Shades of Dark Purple #881568
Tints of Dark Purple #881568
RGB
CMYK
RGB Variations
Color information
#881568 (or 0x881568) is known color: Dark Purple. HEX triplet: 88, 15 and 68. RGB value is (136,21,104). Sum of RGB (Red+Green+Blue) = 136+21+104=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #881568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881568 is #77EA97. Grayscale: #404040. Windows color (decimal): -7858840 or 6821256. OLE color: 6821256.
HSL color Cylindrical-coordinate representation of color #881568: hue angle of 316.7º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881568 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 104 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.47 |
| HSL | 316.7º | 0.73% | 0.31% | - |
| HSV(B) | 316.7º | 0.85% | 0.53% | - |
| XYZ | 12.92 | 6.77 | 13.72 | - |
| YUV | 64.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 104 | 0 | 0.85 | 0.24 | 0.47 | 316.7 | 0.73 | 0.31 |
| Hex | 88 | 15 | 68 | 0 | 55 | 18 | 2F | 13D | 49 | 1F |
| Octal | 210 | 25 | 150 | 0 | 125 | 30 | 57 | 475 | 111 | 37 |
| Binary | 10001000 | 10101 | 1101000 | 0 | 1010101 | 11000 | 101111 | 100111101 | 1001001 | 11111 |
Color Harmonies of #881568
Complementary color
Monochromatic Colors of #881568
Black with #881568
Text Example
Text Example
White with #881568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881568; }
p { color: rgb(136,21,104); }
H1.HeaderClassName
{
color: #881568;
}
.AnyTagClassName
{
color: #881568;
}
</style>
background-color css
<style>
a { background-color: #881568; }
a { background-color: rgb(136,21,104); }
div.DivClassName
{
background-color: #881568;
}
.BgClassName
{
background-color: #881568;
}
</style>
border-color css
<style>
span { border-color: #881568; }
span { border-color: rgb(136,21,104); }
td.TdClassName
{
border-color: #881568;
}
.TagClassName
{
border-color: #881568;
}
</style>