Shades of Dark Purple #872F7E
Tints of Dark Purple #872F7E
RGB
CMYK
RGB Variations
Color information
#872F7E (or 0x872F7E) is known color: Dark Purple. HEX triplet: 87, 2F and 7E. RGB value is (135,47,126). Sum of RGB (Red+Green+Blue) = 135+47+126=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #872F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F7E is #78D081. Grayscale: #525252. Windows color (decimal): -7917698 or 8269703. OLE color: 8269703.
HSL color Cylindrical-coordinate representation of color #872F7E: hue angle of 306.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F7E is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 47 | 126 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.47 |
| HSL | 306.14º | 0.48% | 0.36% | - |
| HSV(B) | 306.14º | 0.65% | 0.53% | - |
| XYZ | 14.77 | 8.69 | 20.64 | - |
| YUV | 82.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 126 | 0 | 0.65 | 0.07 | 0.47 | 306.14 | 0.48 | 0.36 |
| Hex | 87 | 2F | 7E | 0 | 41 | 7 | 2F | 132 | 30 | 24 |
| Octal | 207 | 57 | 176 | 0 | 101 | 7 | 57 | 462 | 60 | 44 |
| Binary | 10000111 | 101111 | 1111110 | 0 | 1000001 | 111 | 101111 | 100110010 | 110000 | 100100 |
Color Harmonies of #872F7E
Complementary color
Monochromatic Colors of #872F7E
Black with #872F7E
Text Example
Text Example
White with #872F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872F7E; }
p { color: rgb(135,47,126); }
H1.HeaderClassName
{
color: #872F7E;
}
.AnyTagClassName
{
color: #872F7E;
}
</style>
background-color css
<style>
a { background-color: #872F7E; }
a { background-color: rgb(135,47,126); }
div.DivClassName
{
background-color: #872F7E;
}
.BgClassName
{
background-color: #872F7E;
}
</style>
border-color css
<style>
span { border-color: #872F7E; }
span { border-color: rgb(135,47,126); }
td.TdClassName
{
border-color: #872F7E;
}
.TagClassName
{
border-color: #872F7E;
}
</style>