Shades of Purple #860682
Tints of Purple #860682
RGB
CMYK
RGB Variations
Color information
#860682 (or 0x860682) is known color: Purple. HEX triplet: 86, 06 and 82. RGB value is (134,6,130). Sum of RGB (Red+Green+Blue) = 134+6+130=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #860682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860682 is #79F97D. Grayscale: #3A3A3A. Windows color (decimal): -7993726 or 8521350. OLE color: 8521350.
HSL color Cylindrical-coordinate representation of color #860682: hue angle of 301.88º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860682 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 6 | 130 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.47 |
| HSL | 301.88º | 0.91% | 0.27% | - |
| HSV(B) | 301.88º | 0.96% | 0.53% | - |
| XYZ | 13.93 | 6.81 | 21.7 | - |
| YUV | 58.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 130 | 0 | 0.96 | 0.03 | 0.47 | 301.88 | 0.91 | 0.27 |
| Hex | 86 | 6 | 82 | 0 | 60 | 3 | 2F | 12E | 5B | 1B |
| Octal | 206 | 6 | 202 | 0 | 140 | 3 | 57 | 456 | 133 | 33 |
| Binary | 10000110 | 110 | 10000010 | 0 | 1100000 | 11 | 101111 | 100101110 | 1011011 | 11011 |
Color Harmonies of #860682
Complementary color
Monochromatic Colors of #860682
Black with #860682
Text Example
Text Example
White with #860682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860682; }
p { color: rgb(134,6,130); }
H1.HeaderClassName
{
color: #860682;
}
.AnyTagClassName
{
color: #860682;
}
</style>
background-color css
<style>
a { background-color: #860682; }
a { background-color: rgb(134,6,130); }
div.DivClassName
{
background-color: #860682;
}
.BgClassName
{
background-color: #860682;
}
</style>
border-color css
<style>
span { border-color: #860682; }
span { border-color: rgb(134,6,130); }
td.TdClassName
{
border-color: #860682;
}
.TagClassName
{
border-color: #860682;
}
</style>