Shades of Purple #780562
Tints of Purple #780562
RGB
CMYK
RGB Variations
Color information
#780562 (or 0x780562) is known color: Purple. HEX triplet: 78, 05 and 62. RGB value is (120,5,98). Sum of RGB (Red+Green+Blue) = 120+5+98=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #780562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780562 is #87FA9D. Grayscale: #313131. Windows color (decimal): -8911518 or 6423928. OLE color: 6423928.
HSL color Cylindrical-coordinate representation of color #780562: hue angle of 311.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780562 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 98 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.53 |
| HSL | 311.48º | 0.92% | 0.25% | - |
| HSV(B) | 311.48º | 0.96% | 0.47% | - |
| XYZ | 10 | 4.98 | 11.99 | - |
| YUV | 49.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 98 | 0 | 0.96 | 0.18 | 0.53 | 311.48 | 0.92 | 0.25 |
| Hex | 78 | 5 | 62 | 0 | 60 | 12 | 35 | 137 | 5C | 19 |
| Octal | 170 | 5 | 142 | 0 | 140 | 22 | 65 | 467 | 134 | 31 |
| Binary | 1111000 | 101 | 1100010 | 0 | 1100000 | 10010 | 110101 | 100110111 | 1011100 | 11001 |
Color Harmonies of #780562
Complementary color
Monochromatic Colors of #780562
Black with #780562
Text Example
Text Example
White with #780562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780562; }
p { color: rgb(120,5,98); }
H1.HeaderClassName
{
color: #780562;
}
.AnyTagClassName
{
color: #780562;
}
</style>
background-color css
<style>
a { background-color: #780562; }
a { background-color: rgb(120,5,98); }
div.DivClassName
{
background-color: #780562;
}
.BgClassName
{
background-color: #780562;
}
</style>
border-color css
<style>
span { border-color: #780562; }
span { border-color: rgb(120,5,98); }
td.TdClassName
{
border-color: #780562;
}
.TagClassName
{
border-color: #780562;
}
</style>