Shades of Royal Purple #5A37AC
Tints of Royal Purple #5A37AC
RGB
CMYK
RGB Variations
Color information
#5A37AC (or 0x5A37AC) is known color: Royal Purple. HEX triplet: 5A, 37 and AC. RGB value is (90,55,172). Sum of RGB (Red+Green+Blue) = 90+55+172=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A37AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A37AC is #A5C853. Grayscale: #4E4E4E. Windows color (decimal): -10864724 or 11286362. OLE color: 11286362.
HSL color Cylindrical-coordinate representation of color #5A37AC: hue angle of 257.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A37AC is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 55 | 172 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.33 |
| HSL | 257.95º | 0.52% | 0.45% | - |
| HSV(B) | 257.95º | 0.68% | 0.67% | - |
| XYZ | 13.03 | 7.88 | 39.86 | - |
| YUV | 78.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 172 | 0.48 | 0.68 | 0 | 0.33 | 257.95 | 0.52 | 0.45 |
| Hex | 5A | 37 | AC | 30 | 44 | 0 | 21 | 102 | 34 | 2D |
| Octal | 132 | 67 | 254 | 60 | 104 | 0 | 41 | 402 | 64 | 55 |
| Binary | 1011010 | 110111 | 10101100 | 110000 | 1000100 | 0 | 100001 | 100000010 | 110100 | 101101 |
Color Harmonies of #5A37AC
Complementary color
Monochromatic Colors of #5A37AC
Black with #5A37AC
Text Example
Text Example
White with #5A37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A37AC; }
p { color: rgb(90,55,172); }
H1.HeaderClassName
{
color: #5A37AC;
}
.AnyTagClassName
{
color: #5A37AC;
}
</style>
background-color css
<style>
a { background-color: #5A37AC; }
a { background-color: rgb(90,55,172); }
div.DivClassName
{
background-color: #5A37AC;
}
.BgClassName
{
background-color: #5A37AC;
}
</style>
border-color css
<style>
span { border-color: #5A37AC; }
span { border-color: rgb(90,55,172); }
td.TdClassName
{
border-color: #5A37AC;
}
.TagClassName
{
border-color: #5A37AC;
}
</style>