#76408E

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

Shades of Vivid Violet #76408E

Tints of Vivid Violet #76408E

Color information

#76408E (or 0x76408E) is unknown color: approx Vivid Violet. HEX triplet: 76, 40 and 8E. RGB value is (118,64,142). Sum of RGB (Red+Green+Blue) = 118+64+142=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #76408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76408E is #89BF71. Grayscale: #585858. Windows color (decimal): -9027442 or 9322614. OLE color: 9322614.

HSL color Cylindrical-coordinate representation of color #76408E: hue angle of 281.54º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76408E is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11864142-
CMYK0.170.5500.44
HSL281.54º37.86%40.39%-
HSV(B)281.54º54.93%55.69%-
XYZ14.199.4726.67-
YUV89.04157.89148.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=36.42%
G=19.75%
B=43.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118641420.170.5500.44281.5437.8640.39
Hex76408E113702C11a2628
Octal16610021621670544324650
Binary1110110100000010001110100011101110101100100011010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76408E; }

 p { color: rgb(118,64,142); }

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

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

 a { background-color: rgb(118,64,142); }

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

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

 span { border-color: rgb(118,64,142); }

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