Shades of Royal Purple #5D3FAC
Tints of Royal Purple #5D3FAC
RGB
CMYK
RGB Variations
Color information
#5D3FAC (or 0x5D3FAC) is known color: Royal Purple. HEX triplet: 5D, 3F and AC. RGB value is (93,63,172). Sum of RGB (Red+Green+Blue) = 93+63+172=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3FAC is #A2C053. Grayscale: #535353. Windows color (decimal): -10666068 or 11288413. OLE color: 11288413.
HSL color Cylindrical-coordinate representation of color #5D3FAC: hue angle of 256.51º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D3FAC is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 63 | 172 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.33 |
| HSL | 256.51º | 0.46% | 0.46% | - |
| HSV(B) | 256.51º | 0.63% | 0.67% | - |
| XYZ | 13.74 | 8.86 | 40.02 | - |
| YUV | 84.4 | 177.44 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 172 | 0.46 | 0.63 | 0 | 0.33 | 256.51 | 0.46 | 0.46 |
| Hex | 5D | 3F | AC | 2E | 3F | 0 | 21 | 101 | 2E | 2E |
| Octal | 135 | 77 | 254 | 56 | 77 | 0 | 41 | 401 | 56 | 56 |
| Binary | 1011101 | 111111 | 10101100 | 101110 | 111111 | 0 | 100001 | 100000001 | 101110 | 101110 |
Color Harmonies of #5D3FAC
Complementary color
Monochromatic Colors of #5D3FAC
Black with #5D3FAC
Text Example
Text Example
White with #5D3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3FAC; }
p { color: rgb(93,63,172); }
H1.HeaderClassName
{
color: #5D3FAC;
}
.AnyTagClassName
{
color: #5D3FAC;
}
</style>
background-color css
<style>
a { background-color: #5D3FAC; }
a { background-color: rgb(93,63,172); }
div.DivClassName
{
background-color: #5D3FAC;
}
.BgClassName
{
background-color: #5D3FAC;
}
</style>
border-color css
<style>
span { border-color: #5D3FAC; }
span { border-color: rgb(93,63,172); }
td.TdClassName
{
border-color: #5D3FAC;
}
.TagClassName
{
border-color: #5D3FAC;
}
</style>