Shades of Purple #780483
Tints of Purple #780483
RGB
CMYK
RGB Variations
Color information
#780483 (or 0x780483) is known color: Purple. HEX triplet: 78, 04 and 83. RGB value is (120,4,131). Sum of RGB (Red+Green+Blue) = 120+4+131=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #780483 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780483 is #87FB7C. Grayscale: #343434. Windows color (decimal): -8911741 or 8586360. OLE color: 8586360.
HSL color Cylindrical-coordinate representation of color #780483: hue angle of 294.8º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780483 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 4 | 131 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.49 |
| HSL | 294.8º | 0.94% | 0.26% | - |
| HSV(B) | 294.8º | 0.97% | 0.51% | - |
| XYZ | 11.89 | 5.72 | 21.95 | - |
| YUV | 53.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 4 | 131 | 0.08 | 0.97 | 0 | 0.49 | 294.8 | 0.94 | 0.26 |
| Hex | 78 | 4 | 83 | 8 | 61 | 0 | 31 | 127 | 5E | 1A |
| Octal | 170 | 4 | 203 | 10 | 141 | 0 | 61 | 447 | 136 | 32 |
| Binary | 1111000 | 100 | 10000011 | 1000 | 1100001 | 0 | 110001 | 100100111 | 1011110 | 11010 |
Color Harmonies of #780483
Complementary color
Monochromatic Colors of #780483
Black with #780483
Text Example
Text Example
White with #780483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780483; }
p { color: rgb(120,4,131); }
H1.HeaderClassName
{
color: #780483;
}
.AnyTagClassName
{
color: #780483;
}
</style>
background-color css
<style>
a { background-color: #780483; }
a { background-color: rgb(120,4,131); }
div.DivClassName
{
background-color: #780483;
}
.BgClassName
{
background-color: #780483;
}
</style>
border-color css
<style>
span { border-color: #780483; }
span { border-color: rgb(120,4,131); }
td.TdClassName
{
border-color: #780483;
}
.TagClassName
{
border-color: #780483;
}
</style>