Shades of Royal Purple #5D41AD
Tints of Royal Purple #5D41AD
RGB
CMYK
RGB Variations
Color information
#5D41AD (or 0x5D41AD) is known color: Royal Purple. HEX triplet: 5D, 41 and AD. RGB value is (93,65,173). Sum of RGB (Red+Green+Blue) = 93+65+173=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D41AD is #A2BE52. Grayscale: #555555. Windows color (decimal): -10665555 or 11354461. OLE color: 11354461.
HSL color Cylindrical-coordinate representation of color #5D41AD: hue angle of 255.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D41AD is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 65 | 173 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.32 |
| HSL | 255.56º | 0.45% | 0.47% | - |
| HSV(B) | 255.56º | 0.62% | 0.68% | - |
| XYZ | 13.95 | 9.12 | 40.56 | - |
| YUV | 85.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 173 | 0.46 | 0.62 | 0 | 0.32 | 255.56 | 0.45 | 0.47 |
| Hex | 5D | 41 | AD | 2E | 3E | 0 | 20 | 100 | 2D | 2F |
| Octal | 135 | 101 | 255 | 56 | 76 | 0 | 40 | 400 | 55 | 57 |
| Binary | 1011101 | 1000001 | 10101101 | 101110 | 111110 | 0 | 100000 | 100000000 | 101101 | 101111 |
Color Harmonies of #5D41AD
Complementary color
Monochromatic Colors of #5D41AD
Black with #5D41AD
Text Example
Text Example
White with #5D41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D41AD; }
p { color: rgb(93,65,173); }
H1.HeaderClassName
{
color: #5D41AD;
}
.AnyTagClassName
{
color: #5D41AD;
}
</style>
background-color css
<style>
a { background-color: #5D41AD; }
a { background-color: rgb(93,65,173); }
div.DivClassName
{
background-color: #5D41AD;
}
.BgClassName
{
background-color: #5D41AD;
}
</style>
border-color css
<style>
span { border-color: #5D41AD; }
span { border-color: rgb(93,65,173); }
td.TdClassName
{
border-color: #5D41AD;
}
.TagClassName
{
border-color: #5D41AD;
}
</style>