Shades of Royal Purple #5D43AF
Tints of Royal Purple #5D43AF
RGB
CMYK
RGB Variations
Color information
#5D43AF (or 0x5D43AF) is known color: Royal Purple. HEX triplet: 5D, 43 and AF. RGB value is (93,67,175). Sum of RGB (Red+Green+Blue) = 93+67+175=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D43AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D43AF is #A2BC50. Grayscale: #565656. Windows color (decimal): -10665041 or 11486045. OLE color: 11486045.
HSL color Cylindrical-coordinate representation of color #5D43AF: hue angle of 254.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D43AF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 67 | 175 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.31 |
| HSL | 254.44º | 0.45% | 0.47% | - |
| HSV(B) | 254.44º | 0.62% | 0.69% | - |
| XYZ | 14.26 | 9.44 | 41.63 | - |
| YUV | 87.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 67 | 175 | 0.47 | 0.62 | 0 | 0.31 | 254.44 | 0.45 | 0.47 |
| Hex | 5D | 43 | AF | 2F | 3E | 0 | 1F | FE | 2D | 2F |
| Octal | 135 | 103 | 257 | 57 | 76 | 0 | 37 | 376 | 55 | 57 |
| Binary | 1011101 | 1000011 | 10101111 | 101111 | 111110 | 0 | 11111 | 11111110 | 101101 | 101111 |
Color Harmonies of #5D43AF
Complementary color
Monochromatic Colors of #5D43AF
Black with #5D43AF
Text Example
Text Example
White with #5D43AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D43AF; }
p { color: rgb(93,67,175); }
H1.HeaderClassName
{
color: #5D43AF;
}
.AnyTagClassName
{
color: #5D43AF;
}
</style>
background-color css
<style>
a { background-color: #5D43AF; }
a { background-color: rgb(93,67,175); }
div.DivClassName
{
background-color: #5D43AF;
}
.BgClassName
{
background-color: #5D43AF;
}
</style>
border-color css
<style>
span { border-color: #5D43AF; }
span { border-color: rgb(93,67,175); }
td.TdClassName
{
border-color: #5D43AF;
}
.TagClassName
{
border-color: #5D43AF;
}
</style>