Shades of Dark Purple #863278
Tints of Dark Purple #863278
RGB
CMYK
RGB Variations
Color information
#863278 (or 0x863278) is known color: Dark Purple. HEX triplet: 86, 32 and 78. RGB value is (134,50,120). Sum of RGB (Red+Green+Blue) = 134+50+120=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #863278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863278 is #79CD87. Grayscale: #525252. Windows color (decimal): -7982472 or 7877254. OLE color: 7877254.
HSL color Cylindrical-coordinate representation of color #863278: hue angle of 310º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863278 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 120 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.47 |
| HSL | 310º | 0.46% | 0.36% | - |
| HSV(B) | 310º | 0.63% | 0.53% | - |
| XYZ | 14.36 | 8.71 | 18.69 | - |
| YUV | 83.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 120 | 0 | 0.63 | 0.10 | 0.47 | 310 | 0.46 | 0.36 |
| Hex | 86 | 32 | 78 | 0 | 3F | A | 2F | 136 | 2E | 24 |
| Octal | 206 | 62 | 170 | 0 | 77 | 12 | 57 | 466 | 56 | 44 |
| Binary | 10000110 | 110010 | 1111000 | 0 | 111111 | 1010 | 101111 | 100110110 | 101110 | 100100 |
Color Harmonies of #863278
Complementary color
Monochromatic Colors of #863278
Black with #863278
Text Example
Text Example
White with #863278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863278; }
p { color: rgb(134,50,120); }
H1.HeaderClassName
{
color: #863278;
}
.AnyTagClassName
{
color: #863278;
}
</style>
background-color css
<style>
a { background-color: #863278; }
a { background-color: rgb(134,50,120); }
div.DivClassName
{
background-color: #863278;
}
.BgClassName
{
background-color: #863278;
}
</style>
border-color css
<style>
span { border-color: #863278; }
span { border-color: rgb(134,50,120); }
td.TdClassName
{
border-color: #863278;
}
.TagClassName
{
border-color: #863278;
}
</style>