Shades of Purple #870074
Tints of Purple #870074
RGB
CMYK
RGB Variations
Color information
#870074 (or 0x870074) is known color: Purple. HEX triplet: 87, 00 and 74. RGB value is (135,0,116). Sum of RGB (Red+Green+Blue) = 135+0+116=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #870074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870074 is #78FF8B. Grayscale: #353535. Windows color (decimal): -7929740 or 7602311. OLE color: 7602311.
HSL color Cylindrical-coordinate representation of color #870074: hue angle of 308.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870074 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.14 | 0.47 |
| HSL | 308.44º | 1% | 0.26% | - |
| HSV(B) | 308.44º | 1% | 0.53% | - |
| XYZ | 13.14 | 6.41 | 17.07 | - |
| YUV | 53.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 116 | 0 | 1 | 0.14 | 0.47 | 308.44 | 1 | 0.26 |
| Hex | 87 | 0 | 74 | 0 | 64 | E | 2F | 134 | 64 | 1A |
| Octal | 207 | 0 | 164 | 0 | 144 | 16 | 57 | 464 | 144 | 32 |
| Binary | 10000111 | 0 | 1110100 | 0 | 1100100 | 1110 | 101111 | 100110100 | 1100100 | 11010 |
Color Harmonies of #870074
Complementary color
Monochromatic Colors of #870074
Black with #870074
Text Example
Text Example
White with #870074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870074; }
p { color: rgb(135,0,116); }
H1.HeaderClassName
{
color: #870074;
}
.AnyTagClassName
{
color: #870074;
}
</style>
background-color css
<style>
a { background-color: #870074; }
a { background-color: rgb(135,0,116); }
div.DivClassName
{
background-color: #870074;
}
.BgClassName
{
background-color: #870074;
}
</style>
border-color css
<style>
span { border-color: #870074; }
span { border-color: rgb(135,0,116); }
td.TdClassName
{
border-color: #870074;
}
.TagClassName
{
border-color: #870074;
}
</style>