Shades of Royal Purple #5A30A6
Tints of Royal Purple #5A30A6
RGB
CMYK
RGB Variations
Color information
#5A30A6 (or 0x5A30A6) is known color: Royal Purple. HEX triplet: 5A, 30 and A6. RGB value is (90,48,166). Sum of RGB (Red+Green+Blue) = 90+48+166=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 166 (65.23% from 255 or 54.61% from 304); Max value from RGB is 166 - color contains mainly: blue. Hex color #5A30A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A30A6 is #A5CF59. Grayscale: #494949. Windows color (decimal): -10866522 or 10891354. OLE color: 10891354.
HSL color Cylindrical-coordinate representation of color #5A30A6: hue angle of 261.36º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A30A6 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 48 | 166 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.35 |
| HSL | 261.36º | 0.55% | 0.42% | - |
| HSV(B) | 261.36º | 0.71% | 0.65% | - |
| XYZ | 12.16 | 7.04 | 36.79 | - |
| YUV | 74.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 166 | 0.46 | 0.71 | 0 | 0.35 | 261.36 | 0.55 | 0.42 |
| Hex | 5A | 30 | A6 | 2E | 47 | 0 | 23 | 105 | 37 | 2A |
| Octal | 132 | 60 | 246 | 56 | 107 | 0 | 43 | 405 | 67 | 52 |
| Binary | 1011010 | 110000 | 10100110 | 101110 | 1000111 | 0 | 100011 | 100000101 | 110111 | 101010 |
Color Harmonies of #5A30A6
Complementary color
Monochromatic Colors of #5A30A6
Black with #5A30A6
Text Example
Text Example
White with #5A30A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A30A6; }
p { color: rgb(90,48,166); }
H1.HeaderClassName
{
color: #5A30A6;
}
.AnyTagClassName
{
color: #5A30A6;
}
</style>
background-color css
<style>
a { background-color: #5A30A6; }
a { background-color: rgb(90,48,166); }
div.DivClassName
{
background-color: #5A30A6;
}
.BgClassName
{
background-color: #5A30A6;
}
</style>
border-color css
<style>
span { border-color: #5A30A6; }
span { border-color: rgb(90,48,166); }
td.TdClassName
{
border-color: #5A30A6;
}
.TagClassName
{
border-color: #5A30A6;
}
</style>