Shades of Purple #780582
Tints of Purple #780582
RGB
CMYK
RGB Variations
Color information
#780582 (or 0x780582) is known color: Purple. HEX triplet: 78, 05 and 82. RGB value is (120,5,130). Sum of RGB (Red+Green+Blue) = 120+5+130=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #780582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780582 is #87FA7D. Grayscale: #353535. Windows color (decimal): -8911486 or 8521080. OLE color: 8521080.
HSL color Cylindrical-coordinate representation of color #780582: hue angle of 295.2º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780582 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 5 | 130 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.49 |
| HSL | 295.2º | 0.93% | 0.26% | - |
| HSV(B) | 295.2º | 0.96% | 0.51% | - |
| XYZ | 11.83 | 5.71 | 21.6 | - |
| YUV | 53.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 130 | 0.08 | 0.96 | 0 | 0.49 | 295.2 | 0.93 | 0.26 |
| Hex | 78 | 5 | 82 | 8 | 60 | 0 | 31 | 127 | 5D | 1A |
| Octal | 170 | 5 | 202 | 10 | 140 | 0 | 61 | 447 | 135 | 32 |
| Binary | 1111000 | 101 | 10000010 | 1000 | 1100000 | 0 | 110001 | 100100111 | 1011101 | 11010 |
Color Harmonies of #780582
Complementary color
Monochromatic Colors of #780582
Black with #780582
Text Example
Text Example
White with #780582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780582; }
p { color: rgb(120,5,130); }
H1.HeaderClassName
{
color: #780582;
}
.AnyTagClassName
{
color: #780582;
}
</style>
background-color css
<style>
a { background-color: #780582; }
a { background-color: rgb(120,5,130); }
div.DivClassName
{
background-color: #780582;
}
.BgClassName
{
background-color: #780582;
}
</style>
border-color css
<style>
span { border-color: #780582; }
span { border-color: rgb(120,5,130); }
td.TdClassName
{
border-color: #780582;
}
.TagClassName
{
border-color: #780582;
}
</style>