Shades of Dark Purple #872F7B
Tints of Dark Purple #872F7B
RGB
CMYK
RGB Variations
Color information
#872F7B (or 0x872F7B) is known color: Dark Purple. HEX triplet: 87, 2F and 7B. RGB value is (135,47,123). Sum of RGB (Red+Green+Blue) = 135+47+123=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #872F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F7B is #78D084. Grayscale: #515151. Windows color (decimal): -7917701 or 8073095. OLE color: 8073095.
HSL color Cylindrical-coordinate representation of color #872F7B: hue angle of 308.18º 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 #872F7B is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 47 | 123 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.47 |
| HSL | 308.18º | 0.48% | 0.36% | - |
| HSV(B) | 308.18º | 0.65% | 0.53% | - |
| XYZ | 14.58 | 8.61 | 19.63 | - |
| YUV | 81.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 123 | 0 | 0.65 | 0.09 | 0.47 | 308.18 | 0.48 | 0.36 |
| Hex | 87 | 2F | 7B | 0 | 41 | 9 | 2F | 134 | 30 | 24 |
| Octal | 207 | 57 | 173 | 0 | 101 | 11 | 57 | 464 | 60 | 44 |
| Binary | 10000111 | 101111 | 1111011 | 0 | 1000001 | 1001 | 101111 | 100110100 | 110000 | 100100 |
Color Harmonies of #872F7B
Complementary color
Monochromatic Colors of #872F7B
Black with #872F7B
Text Example
Text Example
White with #872F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872F7B; }
p { color: rgb(135,47,123); }
H1.HeaderClassName
{
color: #872F7B;
}
.AnyTagClassName
{
color: #872F7B;
}
</style>
background-color css
<style>
a { background-color: #872F7B; }
a { background-color: rgb(135,47,123); }
div.DivClassName
{
background-color: #872F7B;
}
.BgClassName
{
background-color: #872F7B;
}
</style>
border-color css
<style>
span { border-color: #872F7B; }
span { border-color: rgb(135,47,123); }
td.TdClassName
{
border-color: #872F7B;
}
.TagClassName
{
border-color: #872F7B;
}
</style>