Shades of Purple #78097F
Tints of Purple #78097F
RGB
CMYK
RGB Variations
Color information
#78097F (or 0x78097F) is known color: Purple. HEX triplet: 78, 09 and 7F. RGB value is (120,9,127). Sum of RGB (Red+Green+Blue) = 120+9+127=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #78097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78097F is #87F680. Grayscale: #373737. Windows color (decimal): -8910465 or 8325496. OLE color: 8325496.
HSL color Cylindrical-coordinate representation of color #78097F: hue angle of 296.44º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78097F is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 9 | 127 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.50 |
| HSL | 296.44º | 0.87% | 0.27% | - |
| HSV(B) | 296.44º | 0.93% | 0.5% | - |
| XYZ | 11.67 | 5.72 | 20.57 | - |
| YUV | 55.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 127 | 0.06 | 0.93 | 0 | 0.50 | 296.44 | 0.87 | 0.27 |
| Hex | 78 | 9 | 7F | 6 | 5D | 0 | 32 | 128 | 57 | 1B |
| Octal | 170 | 11 | 177 | 6 | 135 | 0 | 62 | 450 | 127 | 33 |
| Binary | 1111000 | 1001 | 1111111 | 110 | 1011101 | 0 | 110010 | 100101000 | 1010111 | 11011 |
Color Harmonies of #78097F
Complementary color
Monochromatic Colors of #78097F
Black with #78097F
Text Example
Text Example
White with #78097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78097F; }
p { color: rgb(120,9,127); }
H1.HeaderClassName
{
color: #78097F;
}
.AnyTagClassName
{
color: #78097F;
}
</style>
background-color css
<style>
a { background-color: #78097F; }
a { background-color: rgb(120,9,127); }
div.DivClassName
{
background-color: #78097F;
}
.BgClassName
{
background-color: #78097F;
}
</style>
border-color css
<style>
span { border-color: #78097F; }
span { border-color: rgb(120,9,127); }
td.TdClassName
{
border-color: #78097F;
}
.TagClassName
{
border-color: #78097F;
}
</style>