Shades of Dark Purple #862377
Tints of Dark Purple #862377
RGB
CMYK
RGB Variations
Color information
#862377 (or 0x862377) is known color: Dark Purple. HEX triplet: 86, 23 and 77. RGB value is (134,35,119). Sum of RGB (Red+Green+Blue) = 134+35+119=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #862377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862377 is #79DC88. Grayscale: #494949. Windows color (decimal): -7986313 or 7807878. OLE color: 7807878.
HSL color Cylindrical-coordinate representation of color #862377: hue angle of 309.09º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #862377 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 119 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.47 |
| HSL | 309.09º | 0.59% | 0.33% | - |
| HSV(B) | 309.09º | 0.74% | 0.53% | - |
| XYZ | 13.76 | 7.6 | 18.19 | - |
| YUV | 74.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 119 | 0 | 0.74 | 0.11 | 0.47 | 309.09 | 0.59 | 0.33 |
| Hex | 86 | 23 | 77 | 0 | 4A | B | 2F | 135 | 3B | 21 |
| Octal | 206 | 43 | 167 | 0 | 112 | 13 | 57 | 465 | 73 | 41 |
| Binary | 10000110 | 100011 | 1110111 | 0 | 1001010 | 1011 | 101111 | 100110101 | 111011 | 100001 |
Color Harmonies of #862377
Complementary color
Monochromatic Colors of #862377
Black with #862377
Text Example
Text Example
White with #862377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862377; }
p { color: rgb(134,35,119); }
H1.HeaderClassName
{
color: #862377;
}
.AnyTagClassName
{
color: #862377;
}
</style>
background-color css
<style>
a { background-color: #862377; }
a { background-color: rgb(134,35,119); }
div.DivClassName
{
background-color: #862377;
}
.BgClassName
{
background-color: #862377;
}
</style>
border-color css
<style>
span { border-color: #862377; }
span { border-color: rgb(134,35,119); }
td.TdClassName
{
border-color: #862377;
}
.TagClassName
{
border-color: #862377;
}
</style>