Shades of Dark Purple #77207F
Tints of Dark Purple #77207F
RGB
CMYK
RGB Variations
Color information
#77207F (or 0x77207F) is known color: Dark Purple. HEX triplet: 77, 20 and 7F. RGB value is (119,32,127). Sum of RGB (Red+Green+Blue) = 119+32+127=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #77207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77207F is #88DF80. Grayscale: #444444. Windows color (decimal): -8970113 or 8331383. OLE color: 8331383.
HSL color Cylindrical-coordinate representation of color #77207F: hue angle of 294.95º 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 #77207F is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 32 | 127 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.50 |
| HSL | 294.95º | 0.6% | 0.31% | - |
| HSV(B) | 294.95º | 0.75% | 0.5% | - |
| XYZ | 11.96 | 6.49 | 20.7 | - |
| YUV | 68.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 127 | 0.06 | 0.75 | 0 | 0.50 | 294.95 | 0.6 | 0.31 |
| Hex | 77 | 20 | 7F | 6 | 4B | 0 | 32 | 127 | 3C | 1F |
| Octal | 167 | 40 | 177 | 6 | 113 | 0 | 62 | 447 | 74 | 37 |
| Binary | 1110111 | 100000 | 1111111 | 110 | 1001011 | 0 | 110010 | 100100111 | 111100 | 11111 |
Color Harmonies of #77207F
Complementary color
Monochromatic Colors of #77207F
Black with #77207F
Text Example
Text Example
White with #77207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77207F; }
p { color: rgb(119,32,127); }
H1.HeaderClassName
{
color: #77207F;
}
.AnyTagClassName
{
color: #77207F;
}
</style>
background-color css
<style>
a { background-color: #77207F; }
a { background-color: rgb(119,32,127); }
div.DivClassName
{
background-color: #77207F;
}
.BgClassName
{
background-color: #77207F;
}
</style>
border-color css
<style>
span { border-color: #77207F; }
span { border-color: rgb(119,32,127); }
td.TdClassName
{
border-color: #77207F;
}
.TagClassName
{
border-color: #77207F;
}
</style>