Shades of Dark Purple #872A68
Tints of Dark Purple #872A68
RGB
CMYK
RGB Variations
Color information
#872A68 (or 0x872A68) is known color: Dark Purple. HEX triplet: 87, 2A and 68. RGB value is (135,42,104). Sum of RGB (Red+Green+Blue) = 135+42+104=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #872A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A68 is #78D597. Grayscale: #4C4C4C. Windows color (decimal): -7919000 or 6826631. OLE color: 6826631.
HSL color Cylindrical-coordinate representation of color #872A68: hue angle of 320º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A68 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 104 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.47 |
| HSL | 320º | 0.53% | 0.35% | - |
| HSV(B) | 320º | 0.69% | 0.53% | - |
| XYZ | 13.32 | 7.81 | 13.9 | - |
| YUV | 76.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 104 | 0 | 0.69 | 0.23 | 0.47 | 320 | 0.53 | 0.35 |
| Hex | 87 | 2A | 68 | 0 | 45 | 17 | 2F | 140 | 35 | 23 |
| Octal | 207 | 52 | 150 | 0 | 105 | 27 | 57 | 500 | 65 | 43 |
| Binary | 10000111 | 101010 | 1101000 | 0 | 1000101 | 10111 | 101111 | 101000000 | 110101 | 100011 |
Color Harmonies of #872A68
Complementary color
Monochromatic Colors of #872A68
Black with #872A68
Text Example
Text Example
White with #872A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A68; }
p { color: rgb(135,42,104); }
H1.HeaderClassName
{
color: #872A68;
}
.AnyTagClassName
{
color: #872A68;
}
</style>
background-color css
<style>
a { background-color: #872A68; }
a { background-color: rgb(135,42,104); }
div.DivClassName
{
background-color: #872A68;
}
.BgClassName
{
background-color: #872A68;
}
</style>
border-color css
<style>
span { border-color: #872A68; }
span { border-color: rgb(135,42,104); }
td.TdClassName
{
border-color: #872A68;
}
.TagClassName
{
border-color: #872A68;
}
</style>