Shades of Dark Purple #76207F
Tints of Dark Purple #76207F
RGB
CMYK
RGB Variations
Color information
#76207F (or 0x76207F) is known color: Dark Purple. HEX triplet: 76, 20 and 7F. RGB value is (118,32,127). Sum of RGB (Red+Green+Blue) = 118+32+127=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #76207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76207F is #89DF80. Grayscale: #444444. Windows color (decimal): -9035649 or 8331382. OLE color: 8331382.
HSL color Cylindrical-coordinate representation of color #76207F: hue angle of 294.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76207F is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 32 | 127 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.50 |
| HSL | 294.32º | 0.6% | 0.31% | - |
| HSV(B) | 294.32º | 0.75% | 0.5% | - |
| XYZ | 11.82 | 6.42 | 20.69 | - |
| YUV | 68.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 127 | 0.07 | 0.75 | 0 | 0.50 | 294.32 | 0.6 | 0.31 |
| Hex | 76 | 20 | 7F | 7 | 4B | 0 | 32 | 126 | 3C | 1F |
| Octal | 166 | 40 | 177 | 7 | 113 | 0 | 62 | 446 | 74 | 37 |
| Binary | 1110110 | 100000 | 1111111 | 111 | 1001011 | 0 | 110010 | 100100110 | 111100 | 11111 |
Color Harmonies of #76207F
Complementary color
Monochromatic Colors of #76207F
Black with #76207F
Text Example
Text Example
White with #76207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76207F; }
p { color: rgb(118,32,127); }
H1.HeaderClassName
{
color: #76207F;
}
.AnyTagClassName
{
color: #76207F;
}
</style>
background-color css
<style>
a { background-color: #76207F; }
a { background-color: rgb(118,32,127); }
div.DivClassName
{
background-color: #76207F;
}
.BgClassName
{
background-color: #76207F;
}
</style>
border-color css
<style>
span { border-color: #76207F; }
span { border-color: rgb(118,32,127); }
td.TdClassName
{
border-color: #76207F;
}
.TagClassName
{
border-color: #76207F;
}
</style>