Shades of Royal Purple #782AAB
Tints of Royal Purple #782AAB
RGB
CMYK
RGB Variations
Color information
#782AAB (or 0x782AAB) is known color: Royal Purple. HEX triplet: 78, 2A and AB. RGB value is (120,42,171). Sum of RGB (Red+Green+Blue) = 120+42+171=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #782AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782AAB is #87D554. Grayscale: #4F4F4F. Windows color (decimal): -8901973 or 11217528. OLE color: 11217528.
HSL color Cylindrical-coordinate representation of color #782AAB: hue angle of 276.28º degrees, saturation: 0.61, 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 #782AAB is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 42 | 171 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.33 |
| HSL | 276.28º | 0.61% | 0.42% | - |
| HSV(B) | 276.28º | 0.75% | 0.67% | - |
| XYZ | 15.92 | 8.59 | 39.35 | - |
| YUV | 80.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 171 | 0.30 | 0.75 | 0 | 0.33 | 276.28 | 0.61 | 0.42 |
| Hex | 78 | 2A | AB | 1E | 4B | 0 | 21 | 114 | 3D | 2A |
| Octal | 170 | 52 | 253 | 36 | 113 | 0 | 41 | 424 | 75 | 52 |
| Binary | 1111000 | 101010 | 10101011 | 11110 | 1001011 | 0 | 100001 | 100010100 | 111101 | 101010 |
Color Harmonies of #782AAB
Complementary color
Monochromatic Colors of #782AAB
Black with #782AAB
Text Example
Text Example
White with #782AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782AAB; }
p { color: rgb(120,42,171); }
H1.HeaderClassName
{
color: #782AAB;
}
.AnyTagClassName
{
color: #782AAB;
}
</style>
background-color css
<style>
a { background-color: #782AAB; }
a { background-color: rgb(120,42,171); }
div.DivClassName
{
background-color: #782AAB;
}
.BgClassName
{
background-color: #782AAB;
}
</style>
border-color css
<style>
span { border-color: #782AAB; }
span { border-color: rgb(120,42,171); }
td.TdClassName
{
border-color: #782AAB;
}
.TagClassName
{
border-color: #782AAB;
}
</style>