Shades of Royal Purple #5D33AA
Tints of Royal Purple #5D33AA
RGB
CMYK
RGB Variations
Color information
#5D33AA (or 0x5D33AA) is known color: Royal Purple. HEX triplet: 5D, 33 and AA. RGB value is (93,51,170). Sum of RGB (Red+Green+Blue) = 93+51+170=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D33AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D33AA is #A2CC55. Grayscale: #4C4C4C. Windows color (decimal): -10669142 or 11154269. OLE color: 11154269.
HSL color Cylindrical-coordinate representation of color #5D33AA: hue angle of 261.18º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D33AA is Cyan = 0.45, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 51 | 170 | - |
| CMYK | 0.45 | 0.7 | 0 | 0.33 |
| HSL | 261.18º | 0.54% | 0.43% | - |
| HSV(B) | 261.18º | 0.7% | 0.67% | - |
| XYZ | 12.95 | 7.6 | 38.81 | - |
| YUV | 77.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 170 | 0.45 | 0.7 | 0 | 0.33 | 261.18 | 0.54 | 0.43 |
| Hex | 5D | 33 | AA | 2D | 46 | 0 | 21 | 105 | 36 | 2B |
| Octal | 135 | 63 | 252 | 55 | 106 | 0 | 41 | 405 | 66 | 53 |
| Binary | 1011101 | 110011 | 10101010 | 101101 | 1000110 | 0 | 100001 | 100000101 | 110110 | 101011 |
Color Harmonies of #5D33AA
Complementary color
Monochromatic Colors of #5D33AA
Black with #5D33AA
Text Example
Text Example
White with #5D33AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D33AA; }
p { color: rgb(93,51,170); }
H1.HeaderClassName
{
color: #5D33AA;
}
.AnyTagClassName
{
color: #5D33AA;
}
</style>
background-color css
<style>
a { background-color: #5D33AA; }
a { background-color: rgb(93,51,170); }
div.DivClassName
{
background-color: #5D33AA;
}
.BgClassName
{
background-color: #5D33AA;
}
</style>
border-color css
<style>
span { border-color: #5D33AA; }
span { border-color: rgb(93,51,170); }
td.TdClassName
{
border-color: #5D33AA;
}
.TagClassName
{
border-color: #5D33AA;
}
</style>