Shades of Royal Purple #5E43AF
Tints of Royal Purple #5E43AF
RGB
CMYK
RGB Variations
Color information
#5E43AF (or 0x5E43AF) is known color: Royal Purple. HEX triplet: 5E, 43 and AF. RGB value is (94,67,175). Sum of RGB (Red+Green+Blue) = 94+67+175=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E43AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E43AF is #A1BC50. Grayscale: #565656. Windows color (decimal): -10599505 or 11486046. OLE color: 11486046.
HSL color Cylindrical-coordinate representation of color #5E43AF: hue angle of 255º 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 #5E43AF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 67 | 175 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.31 |
| HSL | 255º | 0.45% | 0.47% | - |
| HSV(B) | 255º | 0.62% | 0.69% | - |
| XYZ | 14.36 | 9.49 | 41.63 | - |
| YUV | 87.39 | 177.45 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 175 | 0.46 | 0.62 | 0 | 0.31 | 255 | 0.45 | 0.47 |
| Hex | 5E | 43 | AF | 2E | 3E | 0 | 1F | FF | 2D | 2F |
| Octal | 136 | 103 | 257 | 56 | 76 | 0 | 37 | 377 | 55 | 57 |
| Binary | 1011110 | 1000011 | 10101111 | 101110 | 111110 | 0 | 11111 | 11111111 | 101101 | 101111 |
Color Harmonies of #5E43AF
Complementary color
Monochromatic Colors of #5E43AF
Black with #5E43AF
Text Example
Text Example
White with #5E43AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E43AF; }
p { color: rgb(94,67,175); }
H1.HeaderClassName
{
color: #5E43AF;
}
.AnyTagClassName
{
color: #5E43AF;
}
</style>
background-color css
<style>
a { background-color: #5E43AF; }
a { background-color: rgb(94,67,175); }
div.DivClassName
{
background-color: #5E43AF;
}
.BgClassName
{
background-color: #5E43AF;
}
</style>
border-color css
<style>
span { border-color: #5E43AF; }
span { border-color: rgb(94,67,175); }
td.TdClassName
{
border-color: #5E43AF;
}
.TagClassName
{
border-color: #5E43AF;
}
</style>