#76209B

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

Shades of Vivid Violet #76209B

Tints of Vivid Violet #76209B

Color information

#76209B (or 0x76209B) is unknown color: approx Vivid Violet. HEX triplet: 76, 20 and 9B. RGB value is (118,32,155). Sum of RGB (Red+Green+Blue) = 118+32+155=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #76209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76209B is #89DF64. Grayscale: #474747. Windows color (decimal): -9035621 or 10166390. OLE color: 10166390.

HSL color Cylindrical-coordinate representation of color #76209B: hue angle of 281.95º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76209B is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11832155-
CMYK0.240.7900.39
HSL281.95º65.78%36.67%-
HSV(B)281.95º79.35%60.78%-
XYZ13.97.2531.68-
YUV71.74174.99161-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=38.69%
G=10.49%
B=50.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118321550.240.7900.39281.9565.7836.67
Hex76209B184F02711a4225
Octal166402333011704743210245
Binary11101101000001001101111000100111101001111000110101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76209B; }

 p { color: rgb(118,32,155); }

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

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

 a { background-color: rgb(118,32,155); }

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

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

 span { border-color: rgb(118,32,155); }

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