Shades of Royal Purple #5D3FAB
Tints of Royal Purple #5D3FAB
RGB
CMYK
RGB Variations
Color information
#5D3FAB (or 0x5D3FAB) is known color: Royal Purple. HEX triplet: 5D, 3F and AB. RGB value is (93,63,171). Sum of RGB (Red+Green+Blue) = 93+63+171=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D3FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3FAB is #A2C054. Grayscale: #535353. Windows color (decimal): -10666069 or 11222877. OLE color: 11222877.
HSL color Cylindrical-coordinate representation of color #5D3FAB: hue angle of 256.67º 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 #5D3FAB is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 63 | 171 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.33 |
| HSL | 256.67º | 0.46% | 0.46% | - |
| HSV(B) | 256.67º | 0.63% | 0.67% | - |
| XYZ | 13.64 | 8.82 | 39.51 | - |
| YUV | 84.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 171 | 0.46 | 0.63 | 0 | 0.33 | 256.67 | 0.46 | 0.46 |
| Hex | 5D | 3F | AB | 2E | 3F | 0 | 21 | 101 | 2E | 2E |
| Octal | 135 | 77 | 253 | 56 | 77 | 0 | 41 | 401 | 56 | 56 |
| Binary | 1011101 | 111111 | 10101011 | 101110 | 111111 | 0 | 100001 | 100000001 | 101110 | 101110 |
Color Harmonies of #5D3FAB
Complementary color
Monochromatic Colors of #5D3FAB
Black with #5D3FAB
Text Example
Text Example
White with #5D3FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3FAB; }
p { color: rgb(93,63,171); }
H1.HeaderClassName
{
color: #5D3FAB;
}
.AnyTagClassName
{
color: #5D3FAB;
}
</style>
background-color css
<style>
a { background-color: #5D3FAB; }
a { background-color: rgb(93,63,171); }
div.DivClassName
{
background-color: #5D3FAB;
}
.BgClassName
{
background-color: #5D3FAB;
}
</style>
border-color css
<style>
span { border-color: #5D3FAB; }
span { border-color: rgb(93,63,171); }
td.TdClassName
{
border-color: #5D3FAB;
}
.TagClassName
{
border-color: #5D3FAB;
}
</style>