Shades of Dark Purple #862273
Tints of Dark Purple #862273
RGB
CMYK
RGB Variations
Color information
#862273 (or 0x862273) is known color: Dark Purple. HEX triplet: 86, 22 and 73. RGB value is (134,34,115). Sum of RGB (Red+Green+Blue) = 134+34+115=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #862273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862273 is #79DD8C. Grayscale: #484848. Windows color (decimal): -7986573 or 7545478. OLE color: 7545478.
HSL color Cylindrical-coordinate representation of color #862273: hue angle of 311.4º 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 #862273 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 115 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.47 |
| HSL | 311.4º | 0.6% | 0.33% | - |
| HSV(B) | 311.4º | 0.75% | 0.53% | - |
| XYZ | 13.5 | 7.45 | 16.95 | - |
| YUV | 73.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 115 | 0 | 0.75 | 0.14 | 0.47 | 311.4 | 0.6 | 0.33 |
| Hex | 86 | 22 | 73 | 0 | 4B | E | 2F | 137 | 3C | 21 |
| Octal | 206 | 42 | 163 | 0 | 113 | 16 | 57 | 467 | 74 | 41 |
| Binary | 10000110 | 100010 | 1110011 | 0 | 1001011 | 1110 | 101111 | 100110111 | 111100 | 100001 |
Color Harmonies of #862273
Complementary color
Monochromatic Colors of #862273
Black with #862273
Text Example
Text Example
White with #862273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862273; }
p { color: rgb(134,34,115); }
H1.HeaderClassName
{
color: #862273;
}
.AnyTagClassName
{
color: #862273;
}
</style>
background-color css
<style>
a { background-color: #862273; }
a { background-color: rgb(134,34,115); }
div.DivClassName
{
background-color: #862273;
}
.BgClassName
{
background-color: #862273;
}
</style>
border-color css
<style>
span { border-color: #862273; }
span { border-color: rgb(134,34,115); }
td.TdClassName
{
border-color: #862273;
}
.TagClassName
{
border-color: #862273;
}
</style>