Shades of Purple #78087A
Tints of Purple #78087A
RGB
CMYK
RGB Variations
Color information
#78087A (or 0x78087A) is known color: Purple. HEX triplet: 78, 08 and 7A. RGB value is (120,8,122). Sum of RGB (Red+Green+Blue) = 120+8+122=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #78087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78087A is #87F785. Grayscale: #363636. Windows color (decimal): -8910726 or 7997560. OLE color: 7997560.
HSL color Cylindrical-coordinate representation of color #78087A: hue angle of 298.95º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78087A is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 8 | 122 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.52 |
| HSL | 298.95º | 0.88% | 0.25% | - |
| HSV(B) | 298.95º | 0.93% | 0.48% | - |
| XYZ | 11.35 | 5.57 | 18.89 | - |
| YUV | 54.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 122 | 0.02 | 0.93 | 0 | 0.52 | 298.95 | 0.88 | 0.25 |
| Hex | 78 | 8 | 7A | 2 | 5D | 0 | 34 | 12B | 58 | 19 |
| Octal | 170 | 10 | 172 | 2 | 135 | 0 | 64 | 453 | 130 | 31 |
| Binary | 1111000 | 1000 | 1111010 | 10 | 1011101 | 0 | 110100 | 100101011 | 1011000 | 11001 |
Color Harmonies of #78087A
Complementary color
Monochromatic Colors of #78087A
Black with #78087A
Text Example
Text Example
White with #78087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78087A; }
p { color: rgb(120,8,122); }
H1.HeaderClassName
{
color: #78087A;
}
.AnyTagClassName
{
color: #78087A;
}
</style>
background-color css
<style>
a { background-color: #78087A; }
a { background-color: rgb(120,8,122); }
div.DivClassName
{
background-color: #78087A;
}
.BgClassName
{
background-color: #78087A;
}
</style>
border-color css
<style>
span { border-color: #78087A; }
span { border-color: rgb(120,8,122); }
td.TdClassName
{
border-color: #78087A;
}
.TagClassName
{
border-color: #78087A;
}
</style>