Shades of Dark Purple #872B69
Tints of Dark Purple #872B69
RGB
CMYK
RGB Variations
Color information
#872B69 (or 0x872B69) is known color: Dark Purple. HEX triplet: 87, 2B and 69. RGB value is (135,43,105). Sum of RGB (Red+Green+Blue) = 135+43+105=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #872B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872B69 is #78D496. Grayscale: #4D4D4D. Windows color (decimal): -7918743 or 6892423. OLE color: 6892423.
HSL color Cylindrical-coordinate representation of color #872B69: hue angle of 319.57º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #872B69 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 43 | 105 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.47 |
| HSL | 319.57º | 0.52% | 0.35% | - |
| HSV(B) | 319.57º | 0.68% | 0.53% | - |
| XYZ | 13.41 | 7.9 | 14.18 | - |
| YUV | 77.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 43 | 105 | 0 | 0.68 | 0.22 | 0.47 | 319.57 | 0.52 | 0.35 |
| Hex | 87 | 2B | 69 | 0 | 44 | 16 | 2F | 140 | 34 | 23 |
| Octal | 207 | 53 | 151 | 0 | 104 | 26 | 57 | 500 | 64 | 43 |
| Binary | 10000111 | 101011 | 1101001 | 0 | 1000100 | 10110 | 101111 | 101000000 | 110100 | 100011 |
Color Harmonies of #872B69
Complementary color
Monochromatic Colors of #872B69
Black with #872B69
Text Example
Text Example
White with #872B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872B69; }
p { color: rgb(135,43,105); }
H1.HeaderClassName
{
color: #872B69;
}
.AnyTagClassName
{
color: #872B69;
}
</style>
background-color css
<style>
a { background-color: #872B69; }
a { background-color: rgb(135,43,105); }
div.DivClassName
{
background-color: #872B69;
}
.BgClassName
{
background-color: #872B69;
}
</style>
border-color css
<style>
span { border-color: #872B69; }
span { border-color: rgb(135,43,105); }
td.TdClassName
{
border-color: #872B69;
}
.TagClassName
{
border-color: #872B69;
}
</style>