Shades of Purple #78157F
Tints of Purple #78157F
RGB
CMYK
RGB Variations
Color information
#78157F (or 0x78157F) is known color: Purple. HEX triplet: 78, 15 and 7F. RGB value is (120,21,127). Sum of RGB (Red+Green+Blue) = 120+21+127=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #78157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78157F is #87EA80. Grayscale: #3E3E3E. Windows color (decimal): -8907393 or 8328568. OLE color: 8328568.
HSL color Cylindrical-coordinate representation of color #78157F: hue angle of 296.04º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78157F is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 21 | 127 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.50 |
| HSL | 296.04º | 0.72% | 0.29% | - |
| HSV(B) | 296.04º | 0.83% | 0.5% | - |
| XYZ | 11.84 | 6.06 | 20.62 | - |
| YUV | 62.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 127 | 0.06 | 0.83 | 0 | 0.50 | 296.04 | 0.72 | 0.29 |
| Hex | 78 | 15 | 7F | 6 | 53 | 0 | 32 | 128 | 48 | 1D |
| Octal | 170 | 25 | 177 | 6 | 123 | 0 | 62 | 450 | 110 | 35 |
| Binary | 1111000 | 10101 | 1111111 | 110 | 1010011 | 0 | 110010 | 100101000 | 1001000 | 11101 |
Color Harmonies of #78157F
Complementary color
Monochromatic Colors of #78157F
Black with #78157F
Text Example
Text Example
White with #78157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78157F; }
p { color: rgb(120,21,127); }
H1.HeaderClassName
{
color: #78157F;
}
.AnyTagClassName
{
color: #78157F;
}
</style>
background-color css
<style>
a { background-color: #78157F; }
a { background-color: rgb(120,21,127); }
div.DivClassName
{
background-color: #78157F;
}
.BgClassName
{
background-color: #78157F;
}
</style>
border-color css
<style>
span { border-color: #78157F; }
span { border-color: rgb(120,21,127); }
td.TdClassName
{
border-color: #78157F;
}
.TagClassName
{
border-color: #78157F;
}
</style>