Shades of Purple #780C70
Tints of Purple #780C70
RGB
CMYK
RGB Variations
Color information
#780C70 (or 0x780C70) is known color: Purple. HEX triplet: 78, 0C and 70. RGB value is (120,12,112). Sum of RGB (Red+Green+Blue) = 120+12+112=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #780C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C70 is #87F38F. Grayscale: #373737. Windows color (decimal): -8909712 or 7343224. OLE color: 7343224.
HSL color Cylindrical-coordinate representation of color #780C70: hue angle of 304.44º 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 #780C70 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 112 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.53 |
| HSL | 304.44º | 0.82% | 0.26% | - |
| HSV(B) | 304.44º | 0.9% | 0.47% | - |
| XYZ | 10.8 | 5.43 | 15.81 | - |
| YUV | 55.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 112 | 0 | 0.90 | 0.07 | 0.53 | 304.44 | 0.82 | 0.26 |
| Hex | 78 | C | 70 | 0 | 5A | 7 | 35 | 130 | 52 | 1A |
| Octal | 170 | 14 | 160 | 0 | 132 | 7 | 65 | 460 | 122 | 32 |
| Binary | 1111000 | 1100 | 1110000 | 0 | 1011010 | 111 | 110101 | 100110000 | 1010010 | 11010 |
Color Harmonies of #780C70
Complementary color
Monochromatic Colors of #780C70
Black with #780C70
Text Example
Text Example
White with #780C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C70; }
p { color: rgb(120,12,112); }
H1.HeaderClassName
{
color: #780C70;
}
.AnyTagClassName
{
color: #780C70;
}
</style>
background-color css
<style>
a { background-color: #780C70; }
a { background-color: rgb(120,12,112); }
div.DivClassName
{
background-color: #780C70;
}
.BgClassName
{
background-color: #780C70;
}
</style>
border-color css
<style>
span { border-color: #780C70; }
span { border-color: rgb(120,12,112); }
td.TdClassName
{
border-color: #780C70;
}
.TagClassName
{
border-color: #780C70;
}
</style>