Shades of Purple #78027C
Tints of Purple #78027C
RGB
CMYK
RGB Variations
Color information
#78027C (or 0x78027C) is known color: Purple. HEX triplet: 78, 02 and 7C. RGB value is (120,2,124). Sum of RGB (Red+Green+Blue) = 120+2+124=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #78027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78027C is #87FD83. Grayscale: #323232. Windows color (decimal): -8912260 or 8127096. OLE color: 8127096.
HSL color Cylindrical-coordinate representation of color #78027C: hue angle of 298.03º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78027C is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 2 | 124 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.51 |
| HSL | 298.03º | 0.97% | 0.25% | - |
| HSV(B) | 298.03º | 0.98% | 0.49% | - |
| XYZ | 11.41 | 5.49 | 19.53 | - |
| YUV | 51.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 124 | 0.03 | 0.98 | 0 | 0.51 | 298.03 | 0.97 | 0.25 |
| Hex | 78 | 2 | 7C | 3 | 62 | 0 | 33 | 12A | 61 | 19 |
| Octal | 170 | 2 | 174 | 3 | 142 | 0 | 63 | 452 | 141 | 31 |
| Binary | 1111000 | 10 | 1111100 | 11 | 1100010 | 0 | 110011 | 100101010 | 1100001 | 11001 |
Color Harmonies of #78027C
Complementary color
Monochromatic Colors of #78027C
Black with #78027C
Text Example
Text Example
White with #78027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78027C; }
p { color: rgb(120,2,124); }
H1.HeaderClassName
{
color: #78027C;
}
.AnyTagClassName
{
color: #78027C;
}
</style>
background-color css
<style>
a { background-color: #78027C; }
a { background-color: rgb(120,2,124); }
div.DivClassName
{
background-color: #78027C;
}
.BgClassName
{
background-color: #78027C;
}
</style>
border-color css
<style>
span { border-color: #78027C; }
span { border-color: rgb(120,2,124); }
td.TdClassName
{
border-color: #78027C;
}
.TagClassName
{
border-color: #78027C;
}
</style>