Shades of Royal Purple #5D3DA6
Tints of Royal Purple #5D3DA6
RGB
CMYK
RGB Variations
Color information
#5D3DA6 (or 0x5D3DA6) is known color: Royal Purple. HEX triplet: 5D, 3D and A6. RGB value is (93,61,166). Sum of RGB (Red+Green+Blue) = 93+61+166=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 166 (65.23% from 255 or 51.88% from 320); Max value from RGB is 166 - color contains mainly: blue. Hex color #5D3DA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3DA6 is #A2C259. Grayscale: #525252. Windows color (decimal): -10666586 or 10894685. OLE color: 10894685.
HSL color Cylindrical-coordinate representation of color #5D3DA6: hue angle of 258.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D3DA6 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 61 | 166 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.35 |
| HSL | 258.29º | 0.46% | 0.45% | - |
| HSV(B) | 258.29º | 0.63% | 0.65% | - |
| XYZ | 13.07 | 8.42 | 37.01 | - |
| YUV | 82.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 61 | 166 | 0.44 | 0.63 | 0 | 0.35 | 258.29 | 0.46 | 0.45 |
| Hex | 5D | 3D | A6 | 2C | 3F | 0 | 23 | 102 | 2E | 2D |
| Octal | 135 | 75 | 246 | 54 | 77 | 0 | 43 | 402 | 56 | 55 |
| Binary | 1011101 | 111101 | 10100110 | 101100 | 111111 | 0 | 100011 | 100000010 | 101110 | 101101 |
Color Harmonies of #5D3DA6
Complementary color
Monochromatic Colors of #5D3DA6
Black with #5D3DA6
Text Example
Text Example
White with #5D3DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3DA6; }
p { color: rgb(93,61,166); }
H1.HeaderClassName
{
color: #5D3DA6;
}
.AnyTagClassName
{
color: #5D3DA6;
}
</style>
background-color css
<style>
a { background-color: #5D3DA6; }
a { background-color: rgb(93,61,166); }
div.DivClassName
{
background-color: #5D3DA6;
}
.BgClassName
{
background-color: #5D3DA6;
}
</style>
border-color css
<style>
span { border-color: #5D3DA6; }
span { border-color: rgb(93,61,166); }
td.TdClassName
{
border-color: #5D3DA6;
}
.TagClassName
{
border-color: #5D3DA6;
}
</style>