Shades of Dark Purple #872378
Tints of Dark Purple #872378
RGB
CMYK
RGB Variations
Color information
#872378 (or 0x872378) is known color: Dark Purple. HEX triplet: 87, 23 and 78. RGB value is (135,35,120). Sum of RGB (Red+Green+Blue) = 135+35+120=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #872378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872378 is #78DC87. Grayscale: #4A4A4A. Windows color (decimal): -7920776 or 7873415. OLE color: 7873415.
HSL color Cylindrical-coordinate representation of color #872378: hue angle of 309º 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 #872378 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 120 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.47 |
| HSL | 309º | 0.59% | 0.33% | - |
| HSV(B) | 309º | 0.74% | 0.53% | - |
| XYZ | 13.98 | 7.71 | 18.52 | - |
| YUV | 74.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 120 | 0 | 0.74 | 0.11 | 0.47 | 309 | 0.59 | 0.33 |
| Hex | 87 | 23 | 78 | 0 | 4A | B | 2F | 135 | 3B | 21 |
| Octal | 207 | 43 | 170 | 0 | 112 | 13 | 57 | 465 | 73 | 41 |
| Binary | 10000111 | 100011 | 1111000 | 0 | 1001010 | 1011 | 101111 | 100110101 | 111011 | 100001 |
Color Harmonies of #872378
Complementary color
Monochromatic Colors of #872378
Black with #872378
Text Example
Text Example
White with #872378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872378; }
p { color: rgb(135,35,120); }
H1.HeaderClassName
{
color: #872378;
}
.AnyTagClassName
{
color: #872378;
}
</style>
background-color css
<style>
a { background-color: #872378; }
a { background-color: rgb(135,35,120); }
div.DivClassName
{
background-color: #872378;
}
.BgClassName
{
background-color: #872378;
}
</style>
border-color css
<style>
span { border-color: #872378; }
span { border-color: rgb(135,35,120); }
td.TdClassName
{
border-color: #872378;
}
.TagClassName
{
border-color: #872378;
}
</style>