Shades of Dark Purple #862E78
Tints of Dark Purple #862E78
RGB
CMYK
RGB Variations
Color information
#862E78 (or 0x862E78) is known color: Dark Purple. HEX triplet: 86, 2E and 78. RGB value is (134,46,120). Sum of RGB (Red+Green+Blue) = 134+46+120=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #862E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862E78 is #79D187. Grayscale: #505050. Windows color (decimal): -7983496 or 7876230. OLE color: 7876230.
HSL color Cylindrical-coordinate representation of color #862E78: hue angle of 309.55º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862E78 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 46 | 120 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.47 |
| HSL | 309.55º | 0.49% | 0.35% | - |
| HSV(B) | 309.55º | 0.66% | 0.53% | - |
| XYZ | 14.2 | 8.38 | 18.64 | - |
| YUV | 80.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 120 | 0 | 0.66 | 0.10 | 0.47 | 309.55 | 0.49 | 0.35 |
| Hex | 86 | 2E | 78 | 0 | 42 | A | 2F | 136 | 31 | 23 |
| Octal | 206 | 56 | 170 | 0 | 102 | 12 | 57 | 466 | 61 | 43 |
| Binary | 10000110 | 101110 | 1111000 | 0 | 1000010 | 1010 | 101111 | 100110110 | 110001 | 100011 |
Color Harmonies of #862E78
Complementary color
Monochromatic Colors of #862E78
Black with #862E78
Text Example
Text Example
White with #862E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862E78; }
p { color: rgb(134,46,120); }
H1.HeaderClassName
{
color: #862E78;
}
.AnyTagClassName
{
color: #862E78;
}
</style>
background-color css
<style>
a { background-color: #862E78; }
a { background-color: rgb(134,46,120); }
div.DivClassName
{
background-color: #862E78;
}
.BgClassName
{
background-color: #862E78;
}
</style>
border-color css
<style>
span { border-color: #862E78; }
span { border-color: rgb(134,46,120); }
td.TdClassName
{
border-color: #862E78;
}
.TagClassName
{
border-color: #862E78;
}
</style>