Shades of Dark Purple #76217D
Tints of Dark Purple #76217D
RGB
CMYK
RGB Variations
Color information
#76217D (or 0x76217D) is known color: Dark Purple. HEX triplet: 76, 21 and 7D. RGB value is (118,33,125). Sum of RGB (Red+Green+Blue) = 118+33+125=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #76217D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76217D is #89DE82. Grayscale: #444444. Windows color (decimal): -9035395 or 8200566. OLE color: 8200566.
HSL color Cylindrical-coordinate representation of color #76217D: hue angle of 295.43º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76217D is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 33 | 125 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.51 |
| HSL | 295.43º | 0.58% | 0.31% | - |
| HSV(B) | 295.43º | 0.74% | 0.49% | - |
| XYZ | 11.72 | 6.42 | 20.02 | - |
| YUV | 68.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 125 | 0.06 | 0.74 | 0 | 0.51 | 295.43 | 0.58 | 0.31 |
| Hex | 76 | 21 | 7D | 6 | 4A | 0 | 33 | 127 | 3A | 1F |
| Octal | 166 | 41 | 175 | 6 | 112 | 0 | 63 | 447 | 72 | 37 |
| Binary | 1110110 | 100001 | 1111101 | 110 | 1001010 | 0 | 110011 | 100100111 | 111010 | 11111 |
Color Harmonies of #76217D
Complementary color
Monochromatic Colors of #76217D
Black with #76217D
Text Example
Text Example
White with #76217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76217D; }
p { color: rgb(118,33,125); }
H1.HeaderClassName
{
color: #76217D;
}
.AnyTagClassName
{
color: #76217D;
}
</style>
background-color css
<style>
a { background-color: #76217D; }
a { background-color: rgb(118,33,125); }
div.DivClassName
{
background-color: #76217D;
}
.BgClassName
{
background-color: #76217D;
}
</style>
border-color css
<style>
span { border-color: #76217D; }
span { border-color: rgb(118,33,125); }
td.TdClassName
{
border-color: #76217D;
}
.TagClassName
{
border-color: #76217D;
}
</style>