Shades of Dark Purple #76216E
Tints of Dark Purple #76216E
RGB
CMYK
RGB Variations
Color information
#76216E (or 0x76216E) is known color: Dark Purple. HEX triplet: 76, 21 and 6E. RGB value is (118,33,110). Sum of RGB (Red+Green+Blue) = 118+33+110=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76216E is #89DE91. Grayscale: #424242. Windows color (decimal): -9035410 or 7217526. OLE color: 7217526.
HSL color Cylindrical-coordinate representation of color #76216E: hue angle of 305.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76216E is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 110 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.54 |
| HSL | 305.65º | 0.56% | 0.3% | - |
| HSV(B) | 305.65º | 0.72% | 0.46% | - |
| XYZ | 10.83 | 6.07 | 15.35 | - |
| YUV | 67.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 110 | 0 | 0.72 | 0.07 | 0.54 | 305.65 | 0.56 | 0.3 |
| Hex | 76 | 21 | 6E | 0 | 48 | 7 | 36 | 132 | 38 | 1E |
| Octal | 166 | 41 | 156 | 0 | 110 | 7 | 66 | 462 | 70 | 36 |
| Binary | 1110110 | 100001 | 1101110 | 0 | 1001000 | 111 | 110110 | 100110010 | 111000 | 11110 |
Color Harmonies of #76216E
Complementary color
Monochromatic Colors of #76216E
Black with #76216E
Text Example
Text Example
White with #76216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76216E; }
p { color: rgb(118,33,110); }
H1.HeaderClassName
{
color: #76216E;
}
.AnyTagClassName
{
color: #76216E;
}
</style>
background-color css
<style>
a { background-color: #76216E; }
a { background-color: rgb(118,33,110); }
div.DivClassName
{
background-color: #76216E;
}
.BgClassName
{
background-color: #76216E;
}
</style>
border-color css
<style>
span { border-color: #76216E; }
span { border-color: rgb(118,33,110); }
td.TdClassName
{
border-color: #76216E;
}
.TagClassName
{
border-color: #76216E;
}
</style>