Shades of Dark Purple #863F72
Tints of Dark Purple #863F72
RGB
CMYK
RGB Variations
Color information
#863F72 (or 0x863F72) is known color: Dark Purple. HEX triplet: 86, 3F and 72. RGB value is (134,63,114). Sum of RGB (Red+Green+Blue) = 134+63+114=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #863F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F72 is #79C08D. Grayscale: #595959. Windows color (decimal): -7979150 or 7487366. OLE color: 7487366.
HSL color Cylindrical-coordinate representation of color #863F72: hue angle of 316.9º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F72 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 114 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.47 |
| HSL | 316.9º | 0.36% | 0.39% | - |
| HSV(B) | 316.9º | 0.53% | 0.53% | - |
| XYZ | 14.65 | 9.84 | 17.05 | - |
| YUV | 90.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 114 | 0 | 0.53 | 0.15 | 0.47 | 316.9 | 0.36 | 0.39 |
| Hex | 86 | 3F | 72 | 0 | 35 | F | 2F | 13D | 24 | 27 |
| Octal | 206 | 77 | 162 | 0 | 65 | 17 | 57 | 475 | 44 | 47 |
| Binary | 10000110 | 111111 | 1110010 | 0 | 110101 | 1111 | 101111 | 100111101 | 100100 | 100111 |
Color Harmonies of #863F72
Complementary color
Monochromatic Colors of #863F72
Black with #863F72
Text Example
Text Example
White with #863F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F72; }
p { color: rgb(134,63,114); }
H1.HeaderClassName
{
color: #863F72;
}
.AnyTagClassName
{
color: #863F72;
}
</style>
background-color css
<style>
a { background-color: #863F72; }
a { background-color: rgb(134,63,114); }
div.DivClassName
{
background-color: #863F72;
}
.BgClassName
{
background-color: #863F72;
}
</style>
border-color css
<style>
span { border-color: #863F72; }
span { border-color: rgb(134,63,114); }
td.TdClassName
{
border-color: #863F72;
}
.TagClassName
{
border-color: #863F72;
}
</style>