Shades of Royal Purple #782AAA
Tints of Royal Purple #782AAA
RGB
CMYK
RGB Variations
Color information
#782AAA (or 0x782AAA) is known color: Royal Purple. HEX triplet: 78, 2A and AA. RGB value is (120,42,170). Sum of RGB (Red+Green+Blue) = 120+42+170=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #782AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782AAA is #87D555. Grayscale: #4F4F4F. Windows color (decimal): -8901974 or 11151992. OLE color: 11151992.
HSL color Cylindrical-coordinate representation of color #782AAA: hue angle of 276.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #782AAA is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 42 | 170 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.33 |
| HSL | 276.56º | 0.6% | 0.42% | - |
| HSV(B) | 276.56º | 0.75% | 0.67% | - |
| XYZ | 15.83 | 8.55 | 38.85 | - |
| YUV | 79.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 170 | 0.29 | 0.75 | 0 | 0.33 | 276.56 | 0.6 | 0.42 |
| Hex | 78 | 2A | AA | 1D | 4B | 0 | 21 | 115 | 3C | 2A |
| Octal | 170 | 52 | 252 | 35 | 113 | 0 | 41 | 425 | 74 | 52 |
| Binary | 1111000 | 101010 | 10101010 | 11101 | 1001011 | 0 | 100001 | 100010101 | 111100 | 101010 |
Color Harmonies of #782AAA
Complementary color
Monochromatic Colors of #782AAA
Black with #782AAA
Text Example
Text Example
White with #782AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782AAA; }
p { color: rgb(120,42,170); }
H1.HeaderClassName
{
color: #782AAA;
}
.AnyTagClassName
{
color: #782AAA;
}
</style>
background-color css
<style>
a { background-color: #782AAA; }
a { background-color: rgb(120,42,170); }
div.DivClassName
{
background-color: #782AAA;
}
.BgClassName
{
background-color: #782AAA;
}
</style>
border-color css
<style>
span { border-color: #782AAA; }
span { border-color: rgb(120,42,170); }
td.TdClassName
{
border-color: #782AAA;
}
.TagClassName
{
border-color: #782AAA;
}
</style>