Shades of Royal Purple #5D41AA
Tints of Royal Purple #5D41AA
RGB
CMYK
RGB Variations
Color information
#5D41AA (or 0x5D41AA) is known color: Royal Purple. HEX triplet: 5D, 41 and AA. RGB value is (93,65,170). Sum of RGB (Red+Green+Blue) = 93+65+170=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D41AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D41AA is #A2BE55. Grayscale: #545454. Windows color (decimal): -10665558 or 11157853. OLE color: 11157853.
HSL color Cylindrical-coordinate representation of color #5D41AA: hue angle of 256º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D41AA is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 65 | 170 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.33 |
| HSL | 256º | 0.45% | 0.46% | - |
| HSV(B) | 256º | 0.62% | 0.67% | - |
| XYZ | 13.66 | 9.01 | 39.05 | - |
| YUV | 85.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 170 | 0.45 | 0.62 | 0 | 0.33 | 256 | 0.45 | 0.46 |
| Hex | 5D | 41 | AA | 2D | 3E | 0 | 21 | 100 | 2D | 2E |
| Octal | 135 | 101 | 252 | 55 | 76 | 0 | 41 | 400 | 55 | 56 |
| Binary | 1011101 | 1000001 | 10101010 | 101101 | 111110 | 0 | 100001 | 100000000 | 101101 | 101110 |
Color Harmonies of #5D41AA
Complementary color
Monochromatic Colors of #5D41AA
Black with #5D41AA
Text Example
Text Example
White with #5D41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D41AA; }
p { color: rgb(93,65,170); }
H1.HeaderClassName
{
color: #5D41AA;
}
.AnyTagClassName
{
color: #5D41AA;
}
</style>
background-color css
<style>
a { background-color: #5D41AA; }
a { background-color: rgb(93,65,170); }
div.DivClassName
{
background-color: #5D41AA;
}
.BgClassName
{
background-color: #5D41AA;
}
</style>
border-color css
<style>
span { border-color: #5D41AA; }
span { border-color: rgb(93,65,170); }
td.TdClassName
{
border-color: #5D41AA;
}
.TagClassName
{
border-color: #5D41AA;
}
</style>