Shades of Purple #781482
Tints of Purple #781482
RGB
CMYK
RGB Variations
Color information
#781482 (or 0x781482) is known color: Purple. HEX triplet: 78, 14 and 82. RGB value is (120,20,130). Sum of RGB (Red+Green+Blue) = 120+20+130=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #781482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781482 is #87EB7D. Grayscale: #3E3E3E. Windows color (decimal): -8907646 or 8524920. OLE color: 8524920.
HSL color Cylindrical-coordinate representation of color #781482: hue angle of 294.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781482 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 20 | 130 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.49 |
| HSL | 294.55º | 0.73% | 0.29% | - |
| HSV(B) | 294.55º | 0.85% | 0.51% | - |
| XYZ | 12.03 | 6.11 | 21.66 | - |
| YUV | 62.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 130 | 0.08 | 0.85 | 0 | 0.49 | 294.55 | 0.73 | 0.29 |
| Hex | 78 | 14 | 82 | 8 | 55 | 0 | 31 | 127 | 49 | 1D |
| Octal | 170 | 24 | 202 | 10 | 125 | 0 | 61 | 447 | 111 | 35 |
| Binary | 1111000 | 10100 | 10000010 | 1000 | 1010101 | 0 | 110001 | 100100111 | 1001001 | 11101 |
Color Harmonies of #781482
Complementary color
Monochromatic Colors of #781482
Black with #781482
Text Example
Text Example
White with #781482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781482; }
p { color: rgb(120,20,130); }
H1.HeaderClassName
{
color: #781482;
}
.AnyTagClassName
{
color: #781482;
}
</style>
background-color css
<style>
a { background-color: #781482; }
a { background-color: rgb(120,20,130); }
div.DivClassName
{
background-color: #781482;
}
.BgClassName
{
background-color: #781482;
}
</style>
border-color css
<style>
span { border-color: #781482; }
span { border-color: rgb(120,20,130); }
td.TdClassName
{
border-color: #781482;
}
.TagClassName
{
border-color: #781482;
}
</style>