Shades of Dark Purple #862465
Tints of Dark Purple #862465
RGB
CMYK
RGB Variations
Color information
#862465 (or 0x862465) is known color: Dark Purple. HEX triplet: 86, 24 and 65. RGB value is (134,36,101). Sum of RGB (Red+Green+Blue) = 134+36+101=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #862465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862465 is #79DB9A. Grayscale: #484848. Windows color (decimal): -7986075 or 6628486. OLE color: 6628486.
HSL color Cylindrical-coordinate representation of color #862465: hue angle of 320.2º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862465 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 36 | 101 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.47 |
| HSL | 320.2º | 0.58% | 0.33% | - |
| HSV(B) | 320.2º | 0.73% | 0.53% | - |
| XYZ | 12.81 | 7.27 | 13.04 | - |
| YUV | 72.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 101 | 0 | 0.73 | 0.25 | 0.47 | 320.2 | 0.58 | 0.33 |
| Hex | 86 | 24 | 65 | 0 | 49 | 19 | 2F | 140 | 3A | 21 |
| Octal | 206 | 44 | 145 | 0 | 111 | 31 | 57 | 500 | 72 | 41 |
| Binary | 10000110 | 100100 | 1100101 | 0 | 1001001 | 11001 | 101111 | 101000000 | 111010 | 100001 |
Color Harmonies of #862465
Complementary color
Monochromatic Colors of #862465
Black with #862465
Text Example
Text Example
White with #862465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862465; }
p { color: rgb(134,36,101); }
H1.HeaderClassName
{
color: #862465;
}
.AnyTagClassName
{
color: #862465;
}
</style>
background-color css
<style>
a { background-color: #862465; }
a { background-color: rgb(134,36,101); }
div.DivClassName
{
background-color: #862465;
}
.BgClassName
{
background-color: #862465;
}
</style>
border-color css
<style>
span { border-color: #862465; }
span { border-color: rgb(134,36,101); }
td.TdClassName
{
border-color: #862465;
}
.TagClassName
{
border-color: #862465;
}
</style>