Shades of Dark Purple #862277
Tints of Dark Purple #862277
RGB
CMYK
RGB Variations
Color information
#862277 (or 0x862277) is known color: Dark Purple. HEX triplet: 86, 22 and 77. RGB value is (134,34,119). Sum of RGB (Red+Green+Blue) = 134+34+119=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #862277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862277 is #79DD88. Grayscale: #494949. Windows color (decimal): -7986569 or 7807622. OLE color: 7807622.
HSL color Cylindrical-coordinate representation of color #862277: hue angle of 309º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862277 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 119 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.47 |
| HSL | 309º | 0.6% | 0.33% | - |
| HSV(B) | 309º | 0.75% | 0.53% | - |
| XYZ | 13.73 | 7.54 | 18.19 | - |
| YUV | 73.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 119 | 0 | 0.75 | 0.11 | 0.47 | 309 | 0.6 | 0.33 |
| Hex | 86 | 22 | 77 | 0 | 4B | B | 2F | 135 | 3C | 21 |
| Octal | 206 | 42 | 167 | 0 | 113 | 13 | 57 | 465 | 74 | 41 |
| Binary | 10000110 | 100010 | 1110111 | 0 | 1001011 | 1011 | 101111 | 100110101 | 111100 | 100001 |
Color Harmonies of #862277
Complementary color
Monochromatic Colors of #862277
Black with #862277
Text Example
Text Example
White with #862277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862277; }
p { color: rgb(134,34,119); }
H1.HeaderClassName
{
color: #862277;
}
.AnyTagClassName
{
color: #862277;
}
</style>
background-color css
<style>
a { background-color: #862277; }
a { background-color: rgb(134,34,119); }
div.DivClassName
{
background-color: #862277;
}
.BgClassName
{
background-color: #862277;
}
</style>
border-color css
<style>
span { border-color: #862277; }
span { border-color: rgb(134,34,119); }
td.TdClassName
{
border-color: #862277;
}
.TagClassName
{
border-color: #862277;
}
</style>