Shades of Royal Purple #5D36AB
Tints of Royal Purple #5D36AB
RGB
CMYK
RGB Variations
Color information
#5D36AB (or 0x5D36AB) is known color: Royal Purple. HEX triplet: 5D, 36 and AB. RGB value is (93,54,171). Sum of RGB (Red+Green+Blue) = 93+54+171=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D36AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D36AB is #A2C954. Grayscale: #4E4E4E. Windows color (decimal): -10668373 or 11220573. OLE color: 11220573.
HSL color Cylindrical-coordinate representation of color #5D36AB: hue angle of 260º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D36AB is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 54 | 171 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.33 |
| HSL | 260º | 0.52% | 0.44% | - |
| HSV(B) | 260º | 0.68% | 0.67% | - |
| XYZ | 13.18 | 7.91 | 39.36 | - |
| YUV | 79 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 171 | 0.46 | 0.68 | 0 | 0.33 | 260 | 0.52 | 0.44 |
| Hex | 5D | 36 | AB | 2E | 44 | 0 | 21 | 104 | 34 | 2C |
| Octal | 135 | 66 | 253 | 56 | 104 | 0 | 41 | 404 | 64 | 54 |
| Binary | 1011101 | 110110 | 10101011 | 101110 | 1000100 | 0 | 100001 | 100000100 | 110100 | 101100 |
Color Harmonies of #5D36AB
Complementary color
Monochromatic Colors of #5D36AB
Black with #5D36AB
Text Example
Text Example
White with #5D36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D36AB; }
p { color: rgb(93,54,171); }
H1.HeaderClassName
{
color: #5D36AB;
}
.AnyTagClassName
{
color: #5D36AB;
}
</style>
background-color css
<style>
a { background-color: #5D36AB; }
a { background-color: rgb(93,54,171); }
div.DivClassName
{
background-color: #5D36AB;
}
.BgClassName
{
background-color: #5D36AB;
}
</style>
border-color css
<style>
span { border-color: #5D36AB; }
span { border-color: rgb(93,54,171); }
td.TdClassName
{
border-color: #5D36AB;
}
.TagClassName
{
border-color: #5D36AB;
}
</style>