Shades of Dark Purple #77197B
Tints of Dark Purple #77197B
RGB
CMYK
RGB Variations
Color information
#77197B (or 0x77197B) is known color: Dark Purple. HEX triplet: 77, 19 and 7B. RGB value is (119,25,123). Sum of RGB (Red+Green+Blue) = 119+25+123=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #77197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77197B is #88E684. Grayscale: #3F3F3F. Windows color (decimal): -8971909 or 8067447. OLE color: 8067447.
HSL color Cylindrical-coordinate representation of color #77197B: hue angle of 297.55º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77197B is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 25 | 123 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.52 |
| HSL | 297.55º | 0.66% | 0.29% | - |
| HSV(B) | 297.55º | 0.8% | 0.48% | - |
| XYZ | 11.53 | 6.05 | 19.3 | - |
| YUV | 64.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 123 | 0.03 | 0.80 | 0 | 0.52 | 297.55 | 0.66 | 0.29 |
| Hex | 77 | 19 | 7B | 3 | 50 | 0 | 34 | 12A | 42 | 1D |
| Octal | 167 | 31 | 173 | 3 | 120 | 0 | 64 | 452 | 102 | 35 |
| Binary | 1110111 | 11001 | 1111011 | 11 | 1010000 | 0 | 110100 | 100101010 | 1000010 | 11101 |
Color Harmonies of #77197B
Complementary color
Monochromatic Colors of #77197B
Black with #77197B
Text Example
Text Example
White with #77197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77197B; }
p { color: rgb(119,25,123); }
H1.HeaderClassName
{
color: #77197B;
}
.AnyTagClassName
{
color: #77197B;
}
</style>
background-color css
<style>
a { background-color: #77197B; }
a { background-color: rgb(119,25,123); }
div.DivClassName
{
background-color: #77197B;
}
.BgClassName
{
background-color: #77197B;
}
</style>
border-color css
<style>
span { border-color: #77197B; }
span { border-color: rgb(119,25,123); }
td.TdClassName
{
border-color: #77197B;
}
.TagClassName
{
border-color: #77197B;
}
</style>