Shades of Purple #780370
Tints of Purple #780370
RGB
CMYK
RGB Variations
Color information
#780370 (or 0x780370) is known color: Purple. HEX triplet: 78, 03 and 70. RGB value is (120,3,112). Sum of RGB (Red+Green+Blue) = 120+3+112=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #780370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780370 is #87FC8F. Grayscale: #323232. Windows color (decimal): -8912016 or 7340920. OLE color: 7340920.
HSL color Cylindrical-coordinate representation of color #780370: hue angle of 304.1º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780370 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 112 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.53 |
| HSL | 304.1º | 0.95% | 0.24% | - |
| HSV(B) | 304.1º | 0.98% | 0.47% | - |
| XYZ | 10.7 | 5.23 | 15.77 | - |
| YUV | 50.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 112 | 0 | 0.98 | 0.07 | 0.53 | 304.1 | 0.95 | 0.24 |
| Hex | 78 | 3 | 70 | 0 | 62 | 7 | 35 | 130 | 5F | 18 |
| Octal | 170 | 3 | 160 | 0 | 142 | 7 | 65 | 460 | 137 | 30 |
| Binary | 1111000 | 11 | 1110000 | 0 | 1100010 | 111 | 110101 | 100110000 | 1011111 | 11000 |
Color Harmonies of #780370
Complementary color
Monochromatic Colors of #780370
Black with #780370
Text Example
Text Example
White with #780370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780370; }
p { color: rgb(120,3,112); }
H1.HeaderClassName
{
color: #780370;
}
.AnyTagClassName
{
color: #780370;
}
</style>
background-color css
<style>
a { background-color: #780370; }
a { background-color: rgb(120,3,112); }
div.DivClassName
{
background-color: #780370;
}
.BgClassName
{
background-color: #780370;
}
</style>
border-color css
<style>
span { border-color: #780370; }
span { border-color: rgb(120,3,112); }
td.TdClassName
{
border-color: #780370;
}
.TagClassName
{
border-color: #780370;
}
</style>