#752993

Color #752993 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #752993

Tints of Vivid Violet #752993

Color information

#752993 (or 0x752993) is unknown color: approx Vivid Violet. HEX triplet: 75, 29 and 93. RGB value is (117,41,147). Sum of RGB (Red+Green+Blue) = 117+41+147=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #752993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752993 is #8AD66C. Grayscale: #4B4B4B. Windows color (decimal): -9098861 or 9644405. OLE color: 9644405.

HSL color Cylindrical-coordinate representation of color #752993: hue angle of 283.02º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752993 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11741147-
CMYK0.200.7200.42
HSL283.02º56.38%36.86%-
HSV(B)283.02º72.11%57.65%-
XYZ13.47.4728.34-
YUV75.81168.18157.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=38.36%
G=13.44%
B=48.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117411470.200.7200.42283.0256.3836.86
Hex752993144802A11b3825
Octal16551223241100524337045
Binary1110101101001100100111010010010000101010100011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752993; }

 p { color: rgb(117,41,147); }

 H1.HeaderClassName
 {
   color: #752993;
 }
 .AnyTagClassName
 {
   color: #752993;
 }
</style>
background-color css

<style>
 a { background-color: #752993; }

 a { background-color: rgb(117,41,147); }

 div.DivClassName
 {
   background-color: #752993;
 }
 .BgClassName
 {
   background-color: #752993;
 }
</style>
border-color css

<style>
 span { border-color: #752993; }

 span { border-color: rgb(117,41,147); }

 td.TdClassName
 {
   border-color: #752993;
 }
 .TagClassName
 {
   border-color: #752993;
 }
</style>