Shades of Dark Purple #862272
Tints of Dark Purple #862272
RGB
CMYK
RGB Variations
Color information
#862272 (or 0x862272) is known color: Dark Purple. HEX triplet: 86, 22 and 72. RGB value is (134,34,114). Sum of RGB (Red+Green+Blue) = 134+34+114=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #862272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862272 is #79DD8D. Grayscale: #484848. Windows color (decimal): -7986574 or 7479942. OLE color: 7479942.
HSL color Cylindrical-coordinate representation of color #862272: hue angle of 312º 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 #862272 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 114 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.47 |
| HSL | 312º | 0.6% | 0.33% | - |
| HSV(B) | 312º | 0.75% | 0.53% | - |
| XYZ | 13.44 | 7.43 | 16.64 | - |
| YUV | 73.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 114 | 0 | 0.75 | 0.15 | 0.47 | 312 | 0.6 | 0.33 |
| Hex | 86 | 22 | 72 | 0 | 4B | F | 2F | 138 | 3C | 21 |
| Octal | 206 | 42 | 162 | 0 | 113 | 17 | 57 | 470 | 74 | 41 |
| Binary | 10000110 | 100010 | 1110010 | 0 | 1001011 | 1111 | 101111 | 100111000 | 111100 | 100001 |
Color Harmonies of #862272
Complementary color
Monochromatic Colors of #862272
Black with #862272
Text Example
Text Example
White with #862272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862272; }
p { color: rgb(134,34,114); }
H1.HeaderClassName
{
color: #862272;
}
.AnyTagClassName
{
color: #862272;
}
</style>
background-color css
<style>
a { background-color: #862272; }
a { background-color: rgb(134,34,114); }
div.DivClassName
{
background-color: #862272;
}
.BgClassName
{
background-color: #862272;
}
</style>
border-color css
<style>
span { border-color: #862272; }
span { border-color: rgb(134,34,114); }
td.TdClassName
{
border-color: #862272;
}
.TagClassName
{
border-color: #862272;
}
</style>