Shades of Purple #780588
Tints of Purple #780588
RGB
CMYK
RGB Variations
Color information
#780588 (or 0x780588) is known color: Purple. HEX triplet: 78, 05 and 88. RGB value is (120,5,136). Sum of RGB (Red+Green+Blue) = 120+5+136=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #780588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780588 is #87FA77. Grayscale: #353535. Windows color (decimal): -8911480 or 8914296. OLE color: 8914296.
HSL color Cylindrical-coordinate representation of color #780588: hue angle of 292.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780588 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 5 | 136 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.47 |
| HSL | 292.67º | 0.93% | 0.28% | - |
| HSV(B) | 292.67º | 0.96% | 0.53% | - |
| XYZ | 12.24 | 5.88 | 23.78 | - |
| YUV | 54.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 136 | 0.12 | 0.96 | 0 | 0.47 | 292.67 | 0.93 | 0.28 |
| Hex | 78 | 5 | 88 | C | 60 | 0 | 2F | 125 | 5D | 1C |
| Octal | 170 | 5 | 210 | 14 | 140 | 0 | 57 | 445 | 135 | 34 |
| Binary | 1111000 | 101 | 10001000 | 1100 | 1100000 | 0 | 101111 | 100100101 | 1011101 | 11100 |
Color Harmonies of #780588
Complementary color
Monochromatic Colors of #780588
Black with #780588
Text Example
Text Example
White with #780588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780588; }
p { color: rgb(120,5,136); }
H1.HeaderClassName
{
color: #780588;
}
.AnyTagClassName
{
color: #780588;
}
</style>
background-color css
<style>
a { background-color: #780588; }
a { background-color: rgb(120,5,136); }
div.DivClassName
{
background-color: #780588;
}
.BgClassName
{
background-color: #780588;
}
</style>
border-color css
<style>
span { border-color: #780588; }
span { border-color: rgb(120,5,136); }
td.TdClassName
{
border-color: #780588;
}
.TagClassName
{
border-color: #780588;
}
</style>