Shades of Royal Purple #5A3DAF
Tints of Royal Purple #5A3DAF
RGB
CMYK
RGB Variations
Color information
#5A3DAF (or 0x5A3DAF) is known color: Royal Purple. HEX triplet: 5A, 3D and AF. RGB value is (90,61,175). Sum of RGB (Red+Green+Blue) = 90+61+175=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A3DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3DAF is #A5C250. Grayscale: #525252. Windows color (decimal): -10863185 or 11484506. OLE color: 11484506.
HSL color Cylindrical-coordinate representation of color #5A3DAF: hue angle of 255.26º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A3DAF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 61 | 175 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.31 |
| HSL | 255.26º | 0.48% | 0.46% | - |
| HSV(B) | 255.26º | 0.65% | 0.69% | - |
| XYZ | 13.62 | 8.61 | 41.5 | - |
| YUV | 82.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 175 | 0.49 | 0.65 | 0 | 0.31 | 255.26 | 0.48 | 0.46 |
| Hex | 5A | 3D | AF | 31 | 41 | 0 | 1F | FF | 30 | 2E |
| Octal | 132 | 75 | 257 | 61 | 101 | 0 | 37 | 377 | 60 | 56 |
| Binary | 1011010 | 111101 | 10101111 | 110001 | 1000001 | 0 | 11111 | 11111111 | 110000 | 101110 |
Color Harmonies of #5A3DAF
Complementary color
Monochromatic Colors of #5A3DAF
Black with #5A3DAF
Text Example
Text Example
White with #5A3DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3DAF; }
p { color: rgb(90,61,175); }
H1.HeaderClassName
{
color: #5A3DAF;
}
.AnyTagClassName
{
color: #5A3DAF;
}
</style>
background-color css
<style>
a { background-color: #5A3DAF; }
a { background-color: rgb(90,61,175); }
div.DivClassName
{
background-color: #5A3DAF;
}
.BgClassName
{
background-color: #5A3DAF;
}
</style>
border-color css
<style>
span { border-color: #5A3DAF; }
span { border-color: rgb(90,61,175); }
td.TdClassName
{
border-color: #5A3DAF;
}
.TagClassName
{
border-color: #5A3DAF;
}
</style>