Shades of Dark Purple #872678
Tints of Dark Purple #872678
RGB
CMYK
RGB Variations
Color information
#872678 (or 0x872678) is known color: Dark Purple. HEX triplet: 87, 26 and 78. RGB value is (135,38,120). Sum of RGB (Red+Green+Blue) = 135+38+120=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #872678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872678 is #78D987. Grayscale: #4C4C4C. Windows color (decimal): -7920008 or 7874183. OLE color: 7874183.
HSL color Cylindrical-coordinate representation of color #872678: hue angle of 309.28º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872678 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 120 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.47 |
| HSL | 309.28º | 0.56% | 0.34% | - |
| HSV(B) | 309.28º | 0.72% | 0.53% | - |
| XYZ | 14.07 | 7.89 | 18.55 | - |
| YUV | 76.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 120 | 0 | 0.72 | 0.11 | 0.47 | 309.28 | 0.56 | 0.34 |
| Hex | 87 | 26 | 78 | 0 | 48 | B | 2F | 135 | 38 | 22 |
| Octal | 207 | 46 | 170 | 0 | 110 | 13 | 57 | 465 | 70 | 42 |
| Binary | 10000111 | 100110 | 1111000 | 0 | 1001000 | 1011 | 101111 | 100110101 | 111000 | 100010 |
Color Harmonies of #872678
Complementary color
Monochromatic Colors of #872678
Black with #872678
Text Example
Text Example
White with #872678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872678; }
p { color: rgb(135,38,120); }
H1.HeaderClassName
{
color: #872678;
}
.AnyTagClassName
{
color: #872678;
}
</style>
background-color css
<style>
a { background-color: #872678; }
a { background-color: rgb(135,38,120); }
div.DivClassName
{
background-color: #872678;
}
.BgClassName
{
background-color: #872678;
}
</style>
border-color css
<style>
span { border-color: #872678; }
span { border-color: rgb(135,38,120); }
td.TdClassName
{
border-color: #872678;
}
.TagClassName
{
border-color: #872678;
}
</style>