Shades of Purple #870678
Tints of Purple #870678
RGB
CMYK
RGB Variations
Color information
#870678 (or 0x870678) is known color: Purple. HEX triplet: 87, 06 and 78. RGB value is (135,6,120). Sum of RGB (Red+Green+Blue) = 135+6+120=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #870678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870678 is #78F987. Grayscale: #393939. Windows color (decimal): -7928200 or 7865991. OLE color: 7865991.
HSL color Cylindrical-coordinate representation of color #870678: hue angle of 306.98º 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 #870678 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 120 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.47 |
| HSL | 306.98º | 0.91% | 0.28% | - |
| HSV(B) | 306.98º | 0.96% | 0.53% | - |
| XYZ | 13.45 | 6.64 | 18.34 | - |
| YUV | 57.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 120 | 0 | 0.96 | 0.11 | 0.47 | 306.98 | 0.91 | 0.28 |
| Hex | 87 | 6 | 78 | 0 | 60 | B | 2F | 133 | 5B | 1C |
| Octal | 207 | 6 | 170 | 0 | 140 | 13 | 57 | 463 | 133 | 34 |
| Binary | 10000111 | 110 | 1111000 | 0 | 1100000 | 1011 | 101111 | 100110011 | 1011011 | 11100 |
Color Harmonies of #870678
Complementary color
Monochromatic Colors of #870678
Black with #870678
Text Example
Text Example
White with #870678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870678; }
p { color: rgb(135,6,120); }
H1.HeaderClassName
{
color: #870678;
}
.AnyTagClassName
{
color: #870678;
}
</style>
background-color css
<style>
a { background-color: #870678; }
a { background-color: rgb(135,6,120); }
div.DivClassName
{
background-color: #870678;
}
.BgClassName
{
background-color: #870678;
}
</style>
border-color css
<style>
span { border-color: #870678; }
span { border-color: rgb(135,6,120); }
td.TdClassName
{
border-color: #870678;
}
.TagClassName
{
border-color: #870678;
}
</style>