Shades of Purple #781982
Tints of Purple #781982
RGB
CMYK
RGB Variations
Color information
#781982 (or 0x781982) is known color: Purple. HEX triplet: 78, 19 and 82. RGB value is (120,25,130). Sum of RGB (Red+Green+Blue) = 120+25+130=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #781982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781982 is #87E67D. Grayscale: #414141. Windows color (decimal): -8906366 or 8526200. OLE color: 8526200.
HSL color Cylindrical-coordinate representation of color #781982: hue angle of 294.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781982 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 25 | 130 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.49 |
| HSL | 294.29º | 0.68% | 0.3% | - |
| HSV(B) | 294.29º | 0.81% | 0.51% | - |
| XYZ | 12.12 | 6.3 | 21.7 | - |
| YUV | 65.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 130 | 0.08 | 0.81 | 0 | 0.49 | 294.29 | 0.68 | 0.3 |
| Hex | 78 | 19 | 82 | 8 | 51 | 0 | 31 | 126 | 44 | 1E |
| Octal | 170 | 31 | 202 | 10 | 121 | 0 | 61 | 446 | 104 | 36 |
| Binary | 1111000 | 11001 | 10000010 | 1000 | 1010001 | 0 | 110001 | 100100110 | 1000100 | 11110 |
Color Harmonies of #781982
Complementary color
Monochromatic Colors of #781982
Black with #781982
Text Example
Text Example
White with #781982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781982; }
p { color: rgb(120,25,130); }
H1.HeaderClassName
{
color: #781982;
}
.AnyTagClassName
{
color: #781982;
}
</style>
background-color css
<style>
a { background-color: #781982; }
a { background-color: rgb(120,25,130); }
div.DivClassName
{
background-color: #781982;
}
.BgClassName
{
background-color: #781982;
}
</style>
border-color css
<style>
span { border-color: #781982; }
span { border-color: rgb(120,25,130); }
td.TdClassName
{
border-color: #781982;
}
.TagClassName
{
border-color: #781982;
}
</style>