Shades of Dark Purple #863279
Tints of Dark Purple #863279
RGB
CMYK
RGB Variations
Color information
#863279 (or 0x863279) is known color: Dark Purple. HEX triplet: 86, 32 and 79. RGB value is (134,50,121). Sum of RGB (Red+Green+Blue) = 134+50+121=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #863279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863279 is #79CD86. Grayscale: #535353. Windows color (decimal): -7982471 or 7942790. OLE color: 7942790.
HSL color Cylindrical-coordinate representation of color #863279: hue angle of 309.29º 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 #863279 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 121 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.47 |
| HSL | 309.29º | 0.46% | 0.36% | - |
| HSV(B) | 309.29º | 0.63% | 0.53% | - |
| XYZ | 14.42 | 8.73 | 19.01 | - |
| YUV | 83.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 121 | 0 | 0.63 | 0.10 | 0.47 | 309.29 | 0.46 | 0.36 |
| Hex | 86 | 32 | 79 | 0 | 3F | A | 2F | 135 | 2E | 24 |
| Octal | 206 | 62 | 171 | 0 | 77 | 12 | 57 | 465 | 56 | 44 |
| Binary | 10000110 | 110010 | 1111001 | 0 | 111111 | 1010 | 101111 | 100110101 | 101110 | 100100 |
Color Harmonies of #863279
Complementary color
Monochromatic Colors of #863279
Black with #863279
Text Example
Text Example
White with #863279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863279; }
p { color: rgb(134,50,121); }
H1.HeaderClassName
{
color: #863279;
}
.AnyTagClassName
{
color: #863279;
}
</style>
background-color css
<style>
a { background-color: #863279; }
a { background-color: rgb(134,50,121); }
div.DivClassName
{
background-color: #863279;
}
.BgClassName
{
background-color: #863279;
}
</style>
border-color css
<style>
span { border-color: #863279; }
span { border-color: rgb(134,50,121); }
td.TdClassName
{
border-color: #863279;
}
.TagClassName
{
border-color: #863279;
}
</style>