Shades of Dark Purple #872068
Tints of Dark Purple #872068
RGB
CMYK
RGB Variations
Color information
#872068 (or 0x872068) is known color: Dark Purple. HEX triplet: 87, 20 and 68. RGB value is (135,32,104). Sum of RGB (Red+Green+Blue) = 135+32+104=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #872068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872068 is #78DF97. Grayscale: #464646. Windows color (decimal): -7921560 or 6824071. OLE color: 6824071.
HSL color Cylindrical-coordinate representation of color #872068: hue angle of 318.06º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872068 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 104 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.47 |
| HSL | 318.06º | 0.62% | 0.33% | - |
| HSV(B) | 318.06º | 0.76% | 0.53% | - |
| XYZ | 13.01 | 7.18 | 13.8 | - |
| YUV | 71.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 104 | 0 | 0.76 | 0.23 | 0.47 | 318.06 | 0.62 | 0.33 |
| Hex | 87 | 20 | 68 | 0 | 4C | 17 | 2F | 13E | 3E | 21 |
| Octal | 207 | 40 | 150 | 0 | 114 | 27 | 57 | 476 | 76 | 41 |
| Binary | 10000111 | 100000 | 1101000 | 0 | 1001100 | 10111 | 101111 | 100111110 | 111110 | 100001 |
Color Harmonies of #872068
Complementary color
Monochromatic Colors of #872068
Black with #872068
Text Example
Text Example
White with #872068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872068; }
p { color: rgb(135,32,104); }
H1.HeaderClassName
{
color: #872068;
}
.AnyTagClassName
{
color: #872068;
}
</style>
background-color css
<style>
a { background-color: #872068; }
a { background-color: rgb(135,32,104); }
div.DivClassName
{
background-color: #872068;
}
.BgClassName
{
background-color: #872068;
}
</style>
border-color css
<style>
span { border-color: #872068; }
span { border-color: rgb(135,32,104); }
td.TdClassName
{
border-color: #872068;
}
.TagClassName
{
border-color: #872068;
}
</style>