Shades of Purple #780C72
Tints of Purple #780C72
RGB
CMYK
RGB Variations
Color information
#780C72 (or 0x780C72) is known color: Purple. HEX triplet: 78, 0C and 72. RGB value is (120,12,114). Sum of RGB (Red+Green+Blue) = 120+12+114=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #780C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C72 is #87F38D. Grayscale: #373737. Windows color (decimal): -8909710 or 7474296. OLE color: 7474296.
HSL color Cylindrical-coordinate representation of color #780C72: hue angle of 303.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C72 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 114 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.53 |
| HSL | 303.33º | 0.82% | 0.26% | - |
| HSV(B) | 303.33º | 0.9% | 0.47% | - |
| XYZ | 10.91 | 5.47 | 16.4 | - |
| YUV | 55.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 114 | 0 | 0.90 | 0.05 | 0.53 | 303.33 | 0.82 | 0.26 |
| Hex | 78 | C | 72 | 0 | 5A | 5 | 35 | 12F | 52 | 1A |
| Octal | 170 | 14 | 162 | 0 | 132 | 5 | 65 | 457 | 122 | 32 |
| Binary | 1111000 | 1100 | 1110010 | 0 | 1011010 | 101 | 110101 | 100101111 | 1010010 | 11010 |
Color Harmonies of #780C72
Complementary color
Monochromatic Colors of #780C72
Black with #780C72
Text Example
Text Example
White with #780C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C72; }
p { color: rgb(120,12,114); }
H1.HeaderClassName
{
color: #780C72;
}
.AnyTagClassName
{
color: #780C72;
}
</style>
background-color css
<style>
a { background-color: #780C72; }
a { background-color: rgb(120,12,114); }
div.DivClassName
{
background-color: #780C72;
}
.BgClassName
{
background-color: #780C72;
}
</style>
border-color css
<style>
span { border-color: #780C72; }
span { border-color: rgb(120,12,114); }
td.TdClassName
{
border-color: #780C72;
}
.TagClassName
{
border-color: #780C72;
}
</style>