Shades of Dark Purple #872367
Tints of Dark Purple #872367
RGB
CMYK
RGB Variations
Color information
#872367 (or 0x872367) is known color: Dark Purple. HEX triplet: 87, 23 and 67. RGB value is (135,35,103). Sum of RGB (Red+Green+Blue) = 135+35+103=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #872367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872367 is #78DC98. Grayscale: #484848. Windows color (decimal): -7920793 or 6759303. OLE color: 6759303.
HSL color Cylindrical-coordinate representation of color #872367: hue angle of 319.2º 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 #872367 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 103 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.47 |
| HSL | 319.2º | 0.59% | 0.33% | - |
| HSV(B) | 319.2º | 0.74% | 0.53% | - |
| XYZ | 13.04 | 7.33 | 13.56 | - |
| YUV | 72.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 103 | 0 | 0.74 | 0.24 | 0.47 | 319.2 | 0.59 | 0.33 |
| Hex | 87 | 23 | 67 | 0 | 4A | 18 | 2F | 13F | 3B | 21 |
| Octal | 207 | 43 | 147 | 0 | 112 | 30 | 57 | 477 | 73 | 41 |
| Binary | 10000111 | 100011 | 1100111 | 0 | 1001010 | 11000 | 101111 | 100111111 | 111011 | 100001 |
Color Harmonies of #872367
Complementary color
Monochromatic Colors of #872367
Black with #872367
Text Example
Text Example
White with #872367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872367; }
p { color: rgb(135,35,103); }
H1.HeaderClassName
{
color: #872367;
}
.AnyTagClassName
{
color: #872367;
}
</style>
background-color css
<style>
a { background-color: #872367; }
a { background-color: rgb(135,35,103); }
div.DivClassName
{
background-color: #872367;
}
.BgClassName
{
background-color: #872367;
}
</style>
border-color css
<style>
span { border-color: #872367; }
span { border-color: rgb(135,35,103); }
td.TdClassName
{
border-color: #872367;
}
.TagClassName
{
border-color: #872367;
}
</style>