Shades of Dark Purple #77186B
Tints of Dark Purple #77186B
RGB
CMYK
RGB Variations
Color information
#77186B (or 0x77186B) is known color: Dark Purple. HEX triplet: 77, 18 and 6B. RGB value is (119,24,107). Sum of RGB (Red+Green+Blue) = 119+24+107=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77186B is #88E794. Grayscale: #3D3D3D. Windows color (decimal): -8972181 or 7018615. OLE color: 7018615.
HSL color Cylindrical-coordinate representation of color #77186B: hue angle of 307.58º 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 #77186B is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 107 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.53 |
| HSL | 307.58º | 0.66% | 0.28% | - |
| HSV(B) | 307.58º | 0.8% | 0.47% | - |
| XYZ | 10.59 | 5.64 | 14.44 | - |
| YUV | 61.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 107 | 0 | 0.80 | 0.10 | 0.53 | 307.58 | 0.66 | 0.28 |
| Hex | 77 | 18 | 6B | 0 | 50 | A | 35 | 134 | 42 | 1C |
| Octal | 167 | 30 | 153 | 0 | 120 | 12 | 65 | 464 | 102 | 34 |
| Binary | 1110111 | 11000 | 1101011 | 0 | 1010000 | 1010 | 110101 | 100110100 | 1000010 | 11100 |
Color Harmonies of #77186B
Complementary color
Monochromatic Colors of #77186B
Black with #77186B
Text Example
Text Example
White with #77186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77186B; }
p { color: rgb(119,24,107); }
H1.HeaderClassName
{
color: #77186B;
}
.AnyTagClassName
{
color: #77186B;
}
</style>
background-color css
<style>
a { background-color: #77186B; }
a { background-color: rgb(119,24,107); }
div.DivClassName
{
background-color: #77186B;
}
.BgClassName
{
background-color: #77186B;
}
</style>
border-color css
<style>
span { border-color: #77186B; }
span { border-color: rgb(119,24,107); }
td.TdClassName
{
border-color: #77186B;
}
.TagClassName
{
border-color: #77186B;
}
</style>