#76206E

Color #76206E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #76206E

Tints of Dark Purple #76206E

Color information

#76206E (or 0x76206E) is unknown color: approx Dark Purple. HEX triplet: 76, 20 and 6E. RGB value is (118,32,110). Sum of RGB (Red+Green+Blue) = 118+32+110=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76206E is #89DF91. Grayscale: #424242. Windows color (decimal): -9035666 or 7217270. OLE color: 7217270.

HSL color Cylindrical-coordinate representation of color #76206E: hue angle of 305.58º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76206E is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11832110-
CMYK00.730.070.54
HSL305.58º57.33%29.41%-
HSV(B)305.58º72.88%46.27%-
XYZ10.86.0115.34-
YUV66.61152.49164.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=45.38%
G=12.31%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183211000.730.070.54305.5857.3329.41
Hex76206E049736132391d
Octal1664015601117664627135
Binary111011010000011011100100100111111011010011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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