#762991

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

Shades of Vivid Violet #762991

Tints of Vivid Violet #762991

Color information

#762991 (or 0x762991) is unknown color: approx Vivid Violet. HEX triplet: 76, 29 and 91. RGB value is (118,41,145). Sum of RGB (Red+Green+Blue) = 118+41+145=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #762991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762991 is #89D66E. Grayscale: #4B4B4B. Windows color (decimal): -9033327 or 9513334. OLE color: 9513334.

HSL color Cylindrical-coordinate representation of color #762991: hue angle of 284.42º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762991 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11841145-
CMYK0.190.7200.43
HSL284.42º55.91%36.47%-
HSV(B)284.42º71.72%56.86%-
XYZ13.377.4827.53-
YUV75.88167.01158.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=38.82%
G=13.49%
B=47.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118411450.190.7200.43284.4255.9136.47
Hex762991134802B11c3824
Octal16651221231100534347044
Binary1110110101001100100011001110010000101011100011100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762991; }

 p { color: rgb(118,41,145); }

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

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

 a { background-color: rgb(118,41,145); }

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

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

 span { border-color: rgb(118,41,145); }

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