Shades of Dark Purple #76206E
Tints of Dark Purple #76206E
RGB
CMYK
RGB Variations
Color information
#76206E (or 0x76206E) is known color: 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
| RGB | 118 | 32 | 110 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.54 |
| HSL | 305.58º | 0.57% | 0.29% | - |
| HSV(B) | 305.58º | 0.73% | 0.46% | - |
| XYZ | 10.8 | 6.01 | 15.34 | - |
| YUV | 66.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 110 | 0 | 0.73 | 0.07 | 0.54 | 305.58 | 0.57 | 0.29 |
| Hex | 76 | 20 | 6E | 0 | 49 | 7 | 36 | 132 | 39 | 1D |
| Octal | 166 | 40 | 156 | 0 | 111 | 7 | 66 | 462 | 71 | 35 |
| Binary | 1110110 | 100000 | 1101110 | 0 | 1001001 | 111 | 110110 | 100110010 | 111001 | 11101 |
Color Harmonies of #76206E
Complementary color
Monochromatic Colors of #76206E
Black with #76206E
Text Example
Text Example
White with #76206E
Text Example
Text Example
HTML Codes & Css Web 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>