Shades of Purple #780972
Tints of Purple #780972
RGB
CMYK
RGB Variations
Color information
#780972 (or 0x780972) is known color: Purple. HEX triplet: 78, 09 and 72. RGB value is (120,9,114). Sum of RGB (Red+Green+Blue) = 120+9+114=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #780972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780972 is #87F68D. Grayscale: #353535. Windows color (decimal): -8910478 or 7473528. OLE color: 7473528.
HSL color Cylindrical-coordinate representation of color #780972: hue angle of 303.24º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780972 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 114 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.53 |
| HSL | 303.24º | 0.86% | 0.25% | - |
| HSV(B) | 303.24º | 0.93% | 0.47% | - |
| XYZ | 10.88 | 5.4 | 16.39 | - |
| YUV | 54.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 114 | 0 | 0.92 | 0.05 | 0.53 | 303.24 | 0.86 | 0.25 |
| Hex | 78 | 9 | 72 | 0 | 5C | 5 | 35 | 12F | 56 | 19 |
| Octal | 170 | 11 | 162 | 0 | 134 | 5 | 65 | 457 | 126 | 31 |
| Binary | 1111000 | 1001 | 1110010 | 0 | 1011100 | 101 | 110101 | 100101111 | 1010110 | 11001 |
Color Harmonies of #780972
Complementary color
Monochromatic Colors of #780972
Black with #780972
Text Example
Text Example
White with #780972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780972; }
p { color: rgb(120,9,114); }
H1.HeaderClassName
{
color: #780972;
}
.AnyTagClassName
{
color: #780972;
}
</style>
background-color css
<style>
a { background-color: #780972; }
a { background-color: rgb(120,9,114); }
div.DivClassName
{
background-color: #780972;
}
.BgClassName
{
background-color: #780972;
}
</style>
border-color css
<style>
span { border-color: #780972; }
span { border-color: rgb(120,9,114); }
td.TdClassName
{
border-color: #780972;
}
.TagClassName
{
border-color: #780972;
}
</style>