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