Shades of Purple #781282
Tints of Purple #781282
RGB
CMYK
RGB Variations
Color information
#781282 (or 0x781282) is known color: Purple. HEX triplet: 78, 12 and 82. RGB value is (120,18,130). Sum of RGB (Red+Green+Blue) = 120+18+130=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #781282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781282 is #87ED7D. Grayscale: #3C3C3C. Windows color (decimal): -8908158 or 8524408. OLE color: 8524408.
HSL color Cylindrical-coordinate representation of color #781282: hue angle of 294.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781282 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 18 | 130 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.49 |
| HSL | 294.64º | 0.76% | 0.29% | - |
| HSV(B) | 294.64º | 0.86% | 0.51% | - |
| XYZ | 11.99 | 6.04 | 21.65 | - |
| YUV | 61.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 130 | 0.08 | 0.86 | 0 | 0.49 | 294.64 | 0.76 | 0.29 |
| Hex | 78 | 12 | 82 | 8 | 56 | 0 | 31 | 127 | 4C | 1D |
| Octal | 170 | 22 | 202 | 10 | 126 | 0 | 61 | 447 | 114 | 35 |
| Binary | 1111000 | 10010 | 10000010 | 1000 | 1010110 | 0 | 110001 | 100100111 | 1001100 | 11101 |
Color Harmonies of #781282
Complementary color
Monochromatic Colors of #781282
Black with #781282
Text Example
Text Example
White with #781282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781282; }
p { color: rgb(120,18,130); }
H1.HeaderClassName
{
color: #781282;
}
.AnyTagClassName
{
color: #781282;
}
</style>
background-color css
<style>
a { background-color: #781282; }
a { background-color: rgb(120,18,130); }
div.DivClassName
{
background-color: #781282;
}
.BgClassName
{
background-color: #781282;
}
</style>
border-color css
<style>
span { border-color: #781282; }
span { border-color: rgb(120,18,130); }
td.TdClassName
{
border-color: #781282;
}
.TagClassName
{
border-color: #781282;
}
</style>