Shades of Dark Purple #872369
Tints of Dark Purple #872369
RGB
CMYK
RGB Variations
Color information
#872369 (or 0x872369) is known color: Dark Purple. HEX triplet: 87, 23 and 69. RGB value is (135,35,105). Sum of RGB (Red+Green+Blue) = 135+35+105=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #872369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872369 is #78DC96. Grayscale: #484848. Windows color (decimal): -7920791 or 6890375. OLE color: 6890375.
HSL color Cylindrical-coordinate representation of color #872369: hue angle of 318º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872369 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 105 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.47 |
| HSL | 318º | 0.59% | 0.33% | - |
| HSV(B) | 318º | 0.74% | 0.53% | - |
| XYZ | 13.14 | 7.37 | 14.1 | - |
| YUV | 72.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 105 | 0 | 0.74 | 0.22 | 0.47 | 318 | 0.59 | 0.33 |
| Hex | 87 | 23 | 69 | 0 | 4A | 16 | 2F | 13E | 3B | 21 |
| Octal | 207 | 43 | 151 | 0 | 112 | 26 | 57 | 476 | 73 | 41 |
| Binary | 10000111 | 100011 | 1101001 | 0 | 1001010 | 10110 | 101111 | 100111110 | 111011 | 100001 |
Color Harmonies of #872369
Complementary color
Monochromatic Colors of #872369
Black with #872369
Text Example
Text Example
White with #872369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872369; }
p { color: rgb(135,35,105); }
H1.HeaderClassName
{
color: #872369;
}
.AnyTagClassName
{
color: #872369;
}
</style>
background-color css
<style>
a { background-color: #872369; }
a { background-color: rgb(135,35,105); }
div.DivClassName
{
background-color: #872369;
}
.BgClassName
{
background-color: #872369;
}
</style>
border-color css
<style>
span { border-color: #872369; }
span { border-color: rgb(135,35,105); }
td.TdClassName
{
border-color: #872369;
}
.TagClassName
{
border-color: #872369;
}
</style>