Shades of Dark Purple #862062
Tints of Dark Purple #862062
RGB
CMYK
RGB Variations
Color information
#862062 (or 0x862062) is known color: Dark Purple. HEX triplet: 86, 20 and 62. RGB value is (134,32,98). Sum of RGB (Red+Green+Blue) = 134+32+98=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #862062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862062 is #79DF9D. Grayscale: #454545. Windows color (decimal): -7987102 or 6430854. OLE color: 6430854.
HSL color Cylindrical-coordinate representation of color #862062: hue angle of 321.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862062 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 98 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.47 |
| HSL | 321.18º | 0.61% | 0.33% | - |
| HSV(B) | 321.18º | 0.76% | 0.53% | - |
| XYZ | 12.55 | 6.98 | 12.24 | - |
| YUV | 70.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 98 | 0 | 0.76 | 0.27 | 0.47 | 321.18 | 0.61 | 0.33 |
| Hex | 86 | 20 | 62 | 0 | 4C | 1B | 2F | 141 | 3D | 21 |
| Octal | 206 | 40 | 142 | 0 | 114 | 33 | 57 | 501 | 75 | 41 |
| Binary | 10000110 | 100000 | 1100010 | 0 | 1001100 | 11011 | 101111 | 101000001 | 111101 | 100001 |
Color Harmonies of #862062
Complementary color
Monochromatic Colors of #862062
Black with #862062
Text Example
Text Example
White with #862062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862062; }
p { color: rgb(134,32,98); }
H1.HeaderClassName
{
color: #862062;
}
.AnyTagClassName
{
color: #862062;
}
</style>
background-color css
<style>
a { background-color: #862062; }
a { background-color: rgb(134,32,98); }
div.DivClassName
{
background-color: #862062;
}
.BgClassName
{
background-color: #862062;
}
</style>
border-color css
<style>
span { border-color: #862062; }
span { border-color: rgb(134,32,98); }
td.TdClassName
{
border-color: #862062;
}
.TagClassName
{
border-color: #862062;
}
</style>