Shades of Purple #860380
Tints of Purple #860380
RGB
CMYK
RGB Variations
Color information
#860380 (or 0x860380) is known color: Purple. HEX triplet: 86, 03 and 80. RGB value is (134,3,128). Sum of RGB (Red+Green+Blue) = 134+3+128=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #860380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860380 is #79FC7F. Grayscale: #383838. Windows color (decimal): -7994496 or 8389510. OLE color: 8389510.
HSL color Cylindrical-coordinate representation of color #860380: hue angle of 302.75º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860380 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.47 |
| HSL | 302.75º | 0.96% | 0.27% | - |
| HSV(B) | 302.75º | 0.98% | 0.53% | - |
| XYZ | 13.76 | 6.69 | 20.99 | - |
| YUV | 56.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 128 | 0 | 0.98 | 0.04 | 0.47 | 302.75 | 0.96 | 0.27 |
| Hex | 86 | 3 | 80 | 0 | 62 | 4 | 2F | 12F | 60 | 1B |
| Octal | 206 | 3 | 200 | 0 | 142 | 4 | 57 | 457 | 140 | 33 |
| Binary | 10000110 | 11 | 10000000 | 0 | 1100010 | 100 | 101111 | 100101111 | 1100000 | 11011 |
Color Harmonies of #860380
Complementary color
Monochromatic Colors of #860380
Black with #860380
Text Example
Text Example
White with #860380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860380; }
p { color: rgb(134,3,128); }
H1.HeaderClassName
{
color: #860380;
}
.AnyTagClassName
{
color: #860380;
}
</style>
background-color css
<style>
a { background-color: #860380; }
a { background-color: rgb(134,3,128); }
div.DivClassName
{
background-color: #860380;
}
.BgClassName
{
background-color: #860380;
}
</style>
border-color css
<style>
span { border-color: #860380; }
span { border-color: rgb(134,3,128); }
td.TdClassName
{
border-color: #860380;
}
.TagClassName
{
border-color: #860380;
}
</style>