Shades of Purple #870682
Tints of Purple #870682
RGB
CMYK
RGB Variations
Color information
#870682 (or 0x870682) is known color: Purple. HEX triplet: 87, 06 and 82. RGB value is (135,6,130). Sum of RGB (Red+Green+Blue) = 135+6+130=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #870682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870682 is #78F97D. Grayscale: #3A3A3A. Windows color (decimal): -7928190 or 8521351. OLE color: 8521351.
HSL color Cylindrical-coordinate representation of color #870682: hue angle of 302.33º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870682 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 130 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.47 |
| HSL | 302.33º | 0.91% | 0.28% | - |
| HSV(B) | 302.33º | 0.96% | 0.53% | - |
| XYZ | 14.09 | 6.89 | 21.71 | - |
| YUV | 58.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 130 | 0 | 0.96 | 0.04 | 0.47 | 302.33 | 0.91 | 0.28 |
| Hex | 87 | 6 | 82 | 0 | 60 | 4 | 2F | 12E | 5B | 1C |
| Octal | 207 | 6 | 202 | 0 | 140 | 4 | 57 | 456 | 133 | 34 |
| Binary | 10000111 | 110 | 10000010 | 0 | 1100000 | 100 | 101111 | 100101110 | 1011011 | 11100 |
Color Harmonies of #870682
Complementary color
Monochromatic Colors of #870682
Black with #870682
Text Example
Text Example
White with #870682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870682; }
p { color: rgb(135,6,130); }
H1.HeaderClassName
{
color: #870682;
}
.AnyTagClassName
{
color: #870682;
}
</style>
background-color css
<style>
a { background-color: #870682; }
a { background-color: rgb(135,6,130); }
div.DivClassName
{
background-color: #870682;
}
.BgClassName
{
background-color: #870682;
}
</style>
border-color css
<style>
span { border-color: #870682; }
span { border-color: rgb(135,6,130); }
td.TdClassName
{
border-color: #870682;
}
.TagClassName
{
border-color: #870682;
}
</style>