Shades of Purple #780B70
Tints of Purple #780B70
RGB
CMYK
RGB Variations
Color information
#780B70 (or 0x780B70) is known color: Purple. HEX triplet: 78, 0B and 70. RGB value is (120,11,112). Sum of RGB (Red+Green+Blue) = 120+11+112=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #780B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B70 is #87F48F. Grayscale: #363636. Windows color (decimal): -8909968 or 7342968. OLE color: 7342968.
HSL color Cylindrical-coordinate representation of color #780B70: hue angle of 304.4º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B70 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 112 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.53 |
| HSL | 304.4º | 0.83% | 0.26% | - |
| HSV(B) | 304.4º | 0.91% | 0.47% | - |
| XYZ | 10.79 | 5.4 | 15.8 | - |
| YUV | 55.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 112 | 0 | 0.91 | 0.07 | 0.53 | 304.4 | 0.83 | 0.26 |
| Hex | 78 | B | 70 | 0 | 5B | 7 | 35 | 130 | 53 | 1A |
| Octal | 170 | 13 | 160 | 0 | 133 | 7 | 65 | 460 | 123 | 32 |
| Binary | 1111000 | 1011 | 1110000 | 0 | 1011011 | 111 | 110101 | 100110000 | 1010011 | 11010 |
Color Harmonies of #780B70
Complementary color
Monochromatic Colors of #780B70
Black with #780B70
Text Example
Text Example
White with #780B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B70; }
p { color: rgb(120,11,112); }
H1.HeaderClassName
{
color: #780B70;
}
.AnyTagClassName
{
color: #780B70;
}
</style>
background-color css
<style>
a { background-color: #780B70; }
a { background-color: rgb(120,11,112); }
div.DivClassName
{
background-color: #780B70;
}
.BgClassName
{
background-color: #780B70;
}
</style>
border-color css
<style>
span { border-color: #780B70; }
span { border-color: rgb(120,11,112); }
td.TdClassName
{
border-color: #780B70;
}
.TagClassName
{
border-color: #780B70;
}
</style>