Shades of Purple #780372
Tints of Purple #780372
RGB
CMYK
RGB Variations
Color information
#780372 (or 0x780372) is known color: Purple. HEX triplet: 78, 03 and 72. RGB value is (120,3,114). Sum of RGB (Red+Green+Blue) = 120+3+114=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780372 is #87FC8D. Grayscale: #323232. Windows color (decimal): -8912014 or 7471992. OLE color: 7471992.
HSL color Cylindrical-coordinate representation of color #780372: hue angle of 303.08º 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 #780372 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.53 |
| HSL | 303.08º | 0.95% | 0.24% | - |
| HSV(B) | 303.08º | 0.98% | 0.47% | - |
| XYZ | 10.82 | 5.27 | 16.37 | - |
| YUV | 50.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 114 | 0 | 0.98 | 0.05 | 0.53 | 303.08 | 0.95 | 0.24 |
| Hex | 78 | 3 | 72 | 0 | 62 | 5 | 35 | 12F | 5F | 18 |
| Octal | 170 | 3 | 162 | 0 | 142 | 5 | 65 | 457 | 137 | 30 |
| Binary | 1111000 | 11 | 1110010 | 0 | 1100010 | 101 | 110101 | 100101111 | 1011111 | 11000 |
Color Harmonies of #780372
Complementary color
Monochromatic Colors of #780372
Black with #780372
Text Example
Text Example
White with #780372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780372; }
p { color: rgb(120,3,114); }
H1.HeaderClassName
{
color: #780372;
}
.AnyTagClassName
{
color: #780372;
}
</style>
background-color css
<style>
a { background-color: #780372; }
a { background-color: rgb(120,3,114); }
div.DivClassName
{
background-color: #780372;
}
.BgClassName
{
background-color: #780372;
}
</style>
border-color css
<style>
span { border-color: #780372; }
span { border-color: rgb(120,3,114); }
td.TdClassName
{
border-color: #780372;
}
.TagClassName
{
border-color: #780372;
}
</style>