Shades of Dark Purple #77186E
Tints of Dark Purple #77186E
RGB
CMYK
RGB Variations
Color information
#77186E (or 0x77186E) is known color: Dark Purple. HEX triplet: 77, 18 and 6E. RGB value is (119,24,110). Sum of RGB (Red+Green+Blue) = 119+24+110=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #77186E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77186E is #88E791. Grayscale: #3D3D3D. Windows color (decimal): -8972178 or 7215223. OLE color: 7215223.
HSL color Cylindrical-coordinate representation of color #77186E: hue angle of 305.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77186E is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 110 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.53 |
| HSL | 305.68º | 0.66% | 0.28% | - |
| HSV(B) | 305.68º | 0.8% | 0.47% | - |
| XYZ | 10.75 | 5.7 | 15.29 | - |
| YUV | 62.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 110 | 0 | 0.80 | 0.08 | 0.53 | 305.68 | 0.66 | 0.28 |
| Hex | 77 | 18 | 6E | 0 | 50 | 8 | 35 | 132 | 42 | 1C |
| Octal | 167 | 30 | 156 | 0 | 120 | 10 | 65 | 462 | 102 | 34 |
| Binary | 1110111 | 11000 | 1101110 | 0 | 1010000 | 1000 | 110101 | 100110010 | 1000010 | 11100 |
Color Harmonies of #77186E
Complementary color
Monochromatic Colors of #77186E
Black with #77186E
Text Example
Text Example
White with #77186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77186E; }
p { color: rgb(119,24,110); }
H1.HeaderClassName
{
color: #77186E;
}
.AnyTagClassName
{
color: #77186E;
}
</style>
background-color css
<style>
a { background-color: #77186E; }
a { background-color: rgb(119,24,110); }
div.DivClassName
{
background-color: #77186E;
}
.BgClassName
{
background-color: #77186E;
}
</style>
border-color css
<style>
span { border-color: #77186E; }
span { border-color: rgb(119,24,110); }
td.TdClassName
{
border-color: #77186E;
}
.TagClassName
{
border-color: #77186E;
}
</style>