Shades of Dark Purple #862363
Tints of Dark Purple #862363
RGB
CMYK
RGB Variations
Color information
#862363 (or 0x862363) is known color: Dark Purple. HEX triplet: 86, 23 and 63. RGB value is (134,35,99). Sum of RGB (Red+Green+Blue) = 134+35+99=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #862363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862363 is #79DC9C. Grayscale: #474747. Windows color (decimal): -7986333 or 6497158. OLE color: 6497158.
HSL color Cylindrical-coordinate representation of color #862363: hue angle of 321.21º 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 #862363 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 99 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.47 |
| HSL | 321.21º | 0.59% | 0.33% | - |
| HSV(B) | 321.21º | 0.74% | 0.53% | - |
| XYZ | 12.68 | 7.17 | 12.52 | - |
| YUV | 71.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 99 | 0 | 0.74 | 0.26 | 0.47 | 321.21 | 0.59 | 0.33 |
| Hex | 86 | 23 | 63 | 0 | 4A | 1A | 2F | 141 | 3B | 21 |
| Octal | 206 | 43 | 143 | 0 | 112 | 32 | 57 | 501 | 73 | 41 |
| Binary | 10000110 | 100011 | 1100011 | 0 | 1001010 | 11010 | 101111 | 101000001 | 111011 | 100001 |
Color Harmonies of #862363
Complementary color
Monochromatic Colors of #862363
Black with #862363
Text Example
Text Example
White with #862363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862363; }
p { color: rgb(134,35,99); }
H1.HeaderClassName
{
color: #862363;
}
.AnyTagClassName
{
color: #862363;
}
</style>
background-color css
<style>
a { background-color: #862363; }
a { background-color: rgb(134,35,99); }
div.DivClassName
{
background-color: #862363;
}
.BgClassName
{
background-color: #862363;
}
</style>
border-color css
<style>
span { border-color: #862363; }
span { border-color: rgb(134,35,99); }
td.TdClassName
{
border-color: #862363;
}
.TagClassName
{
border-color: #862363;
}
</style>