Shades of Purple #870673
Tints of Purple #870673
RGB
CMYK
RGB Variations
Color information
#870673 (or 0x870673) is known color: Purple. HEX triplet: 87, 06 and 73. RGB value is (135,6,115). Sum of RGB (Red+Green+Blue) = 135+6+115=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870673 is #78F98C. Grayscale: #383838. Windows color (decimal): -7928205 or 7538311. OLE color: 7538311.
HSL color Cylindrical-coordinate representation of color #870673: hue angle of 309.3º 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 #870673 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 115 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.47 |
| HSL | 309.3º | 0.91% | 0.28% | - |
| HSV(B) | 309.3º | 0.96% | 0.53% | - |
| XYZ | 13.15 | 6.52 | 16.78 | - |
| YUV | 57 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 115 | 0 | 0.96 | 0.15 | 0.47 | 309.3 | 0.91 | 0.28 |
| Hex | 87 | 6 | 73 | 0 | 60 | F | 2F | 135 | 5B | 1C |
| Octal | 207 | 6 | 163 | 0 | 140 | 17 | 57 | 465 | 133 | 34 |
| Binary | 10000111 | 110 | 1110011 | 0 | 1100000 | 1111 | 101111 | 100110101 | 1011011 | 11100 |
Color Harmonies of #870673
Complementary color
Monochromatic Colors of #870673
Black with #870673
Text Example
Text Example
White with #870673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870673; }
p { color: rgb(135,6,115); }
H1.HeaderClassName
{
color: #870673;
}
.AnyTagClassName
{
color: #870673;
}
</style>
background-color css
<style>
a { background-color: #870673; }
a { background-color: rgb(135,6,115); }
div.DivClassName
{
background-color: #870673;
}
.BgClassName
{
background-color: #870673;
}
</style>
border-color css
<style>
span { border-color: #870673; }
span { border-color: rgb(135,6,115); }
td.TdClassName
{
border-color: #870673;
}
.TagClassName
{
border-color: #870673;
}
</style>