Shades of Dark Purple #862373
Tints of Dark Purple #862373
RGB
CMYK
RGB Variations
Color information
#862373 (or 0x862373) is known color: Dark Purple. HEX triplet: 86, 23 and 73. RGB value is (134,35,115). Sum of RGB (Red+Green+Blue) = 134+35+115=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #862373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862373 is #79DC8C. Grayscale: #494949. Windows color (decimal): -7986317 or 7545734. OLE color: 7545734.
HSL color Cylindrical-coordinate representation of color #862373: hue angle of 311.52º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #862373 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 115 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.47 |
| HSL | 311.52º | 0.59% | 0.33% | - |
| HSV(B) | 311.52º | 0.74% | 0.53% | - |
| XYZ | 13.53 | 7.51 | 16.96 | - |
| YUV | 73.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 115 | 0 | 0.74 | 0.14 | 0.47 | 311.52 | 0.59 | 0.33 |
| Hex | 86 | 23 | 73 | 0 | 4A | E | 2F | 138 | 3B | 21 |
| Octal | 206 | 43 | 163 | 0 | 112 | 16 | 57 | 470 | 73 | 41 |
| Binary | 10000110 | 100011 | 1110011 | 0 | 1001010 | 1110 | 101111 | 100111000 | 111011 | 100001 |
Color Harmonies of #862373
Complementary color
Monochromatic Colors of #862373
Black with #862373
Text Example
Text Example
White with #862373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862373; }
p { color: rgb(134,35,115); }
H1.HeaderClassName
{
color: #862373;
}
.AnyTagClassName
{
color: #862373;
}
</style>
background-color css
<style>
a { background-color: #862373; }
a { background-color: rgb(134,35,115); }
div.DivClassName
{
background-color: #862373;
}
.BgClassName
{
background-color: #862373;
}
</style>
border-color css
<style>
span { border-color: #862373; }
span { border-color: rgb(134,35,115); }
td.TdClassName
{
border-color: #862373;
}
.TagClassName
{
border-color: #862373;
}
</style>