Shades of Dark Purple #871277
Tints of Dark Purple #871277
RGB
CMYK
RGB Variations
Color information
#871277 (or 0x871277) is known color: Dark Purple. HEX triplet: 87, 12 and 77. RGB value is (135,18,119). Sum of RGB (Red+Green+Blue) = 135+18+119=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #871277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871277 is #78ED88. Grayscale: #404040. Windows color (decimal): -7925129 or 7803527. OLE color: 7803527.
HSL color Cylindrical-coordinate representation of color #871277: hue angle of 308.21º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871277 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 119 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.47 |
| HSL | 308.21º | 0.76% | 0.3% | - |
| HSV(B) | 308.21º | 0.87% | 0.53% | - |
| XYZ | 13.54 | 6.92 | 18.07 | - |
| YUV | 64.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 119 | 0 | 0.87 | 0.12 | 0.47 | 308.21 | 0.76 | 0.3 |
| Hex | 87 | 12 | 77 | 0 | 57 | C | 2F | 134 | 4C | 1E |
| Octal | 207 | 22 | 167 | 0 | 127 | 14 | 57 | 464 | 114 | 36 |
| Binary | 10000111 | 10010 | 1110111 | 0 | 1010111 | 1100 | 101111 | 100110100 | 1001100 | 11110 |
Color Harmonies of #871277
Complementary color
Monochromatic Colors of #871277
Black with #871277
Text Example
Text Example
White with #871277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871277; }
p { color: rgb(135,18,119); }
H1.HeaderClassName
{
color: #871277;
}
.AnyTagClassName
{
color: #871277;
}
</style>
background-color css
<style>
a { background-color: #871277; }
a { background-color: rgb(135,18,119); }
div.DivClassName
{
background-color: #871277;
}
.BgClassName
{
background-color: #871277;
}
</style>
border-color css
<style>
span { border-color: #871277; }
span { border-color: rgb(135,18,119); }
td.TdClassName
{
border-color: #871277;
}
.TagClassName
{
border-color: #871277;
}
</style>