Shades of Purple #781888
Tints of Purple #781888
RGB
CMYK
RGB Variations
Color information
#781888 (or 0x781888) is known color: Purple. HEX triplet: 78, 18 and 88. RGB value is (120,24,136). Sum of RGB (Red+Green+Blue) = 120+24+136=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #781888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781888 is #87E777. Grayscale: #414141. Windows color (decimal): -8906616 or 8919160. OLE color: 8919160.
HSL color Cylindrical-coordinate representation of color #781888: hue angle of 291.43º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781888 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 24 | 136 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.47 |
| HSL | 291.43º | 0.7% | 0.31% | - |
| HSV(B) | 291.43º | 0.82% | 0.53% | - |
| XYZ | 12.52 | 6.42 | 23.87 | - |
| YUV | 65.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 136 | 0.12 | 0.82 | 0 | 0.47 | 291.43 | 0.7 | 0.31 |
| Hex | 78 | 18 | 88 | C | 52 | 0 | 2F | 123 | 46 | 1F |
| Octal | 170 | 30 | 210 | 14 | 122 | 0 | 57 | 443 | 106 | 37 |
| Binary | 1111000 | 11000 | 10001000 | 1100 | 1010010 | 0 | 101111 | 100100011 | 1000110 | 11111 |
Color Harmonies of #781888
Complementary color
Monochromatic Colors of #781888
Black with #781888
Text Example
Text Example
White with #781888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781888; }
p { color: rgb(120,24,136); }
H1.HeaderClassName
{
color: #781888;
}
.AnyTagClassName
{
color: #781888;
}
</style>
background-color css
<style>
a { background-color: #781888; }
a { background-color: rgb(120,24,136); }
div.DivClassName
{
background-color: #781888;
}
.BgClassName
{
background-color: #781888;
}
</style>
border-color css
<style>
span { border-color: #781888; }
span { border-color: rgb(120,24,136); }
td.TdClassName
{
border-color: #781888;
}
.TagClassName
{
border-color: #781888;
}
</style>