Shades of Dark Purple #77217F
Tints of Dark Purple #77217F
RGB
CMYK
RGB Variations
Color information
#77217F (or 0x77217F) is known color: Dark Purple. HEX triplet: 77, 21 and 7F. RGB value is (119,33,127). Sum of RGB (Red+Green+Blue) = 119+33+127=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #77217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77217F is #88DE80. Grayscale: #454545. Windows color (decimal): -8969857 or 8331639. OLE color: 8331639.
HSL color Cylindrical-coordinate representation of color #77217F: hue angle of 294.89º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77217F is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 33 | 127 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.50 |
| HSL | 294.89º | 0.59% | 0.31% | - |
| HSV(B) | 294.89º | 0.74% | 0.5% | - |
| XYZ | 11.98 | 6.54 | 20.71 | - |
| YUV | 69.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 127 | 0.06 | 0.74 | 0 | 0.50 | 294.89 | 0.59 | 0.31 |
| Hex | 77 | 21 | 7F | 6 | 4A | 0 | 32 | 127 | 3B | 1F |
| Octal | 167 | 41 | 177 | 6 | 112 | 0 | 62 | 447 | 73 | 37 |
| Binary | 1110111 | 100001 | 1111111 | 110 | 1001010 | 0 | 110010 | 100100111 | 111011 | 11111 |
Color Harmonies of #77217F
Complementary color
Monochromatic Colors of #77217F
Black with #77217F
Text Example
Text Example
White with #77217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77217F; }
p { color: rgb(119,33,127); }
H1.HeaderClassName
{
color: #77217F;
}
.AnyTagClassName
{
color: #77217F;
}
</style>
background-color css
<style>
a { background-color: #77217F; }
a { background-color: rgb(119,33,127); }
div.DivClassName
{
background-color: #77217F;
}
.BgClassName
{
background-color: #77217F;
}
</style>
border-color css
<style>
span { border-color: #77217F; }
span { border-color: rgb(119,33,127); }
td.TdClassName
{
border-color: #77217F;
}
.TagClassName
{
border-color: #77217F;
}
</style>