Shades of Royal Purple #5736AB
Tints of Royal Purple #5736AB
RGB
CMYK
RGB Variations
Color information
#5736AB (or 0x5736AB) is known color: Royal Purple. HEX triplet: 57, 36 and AB. RGB value is (87,54,171). Sum of RGB (Red+Green+Blue) = 87+54+171=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #5736AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5736AB is #A8C954. Grayscale: #4C4C4C. Windows color (decimal): -11061589 or 11220567. OLE color: 11220567.
HSL color Cylindrical-coordinate representation of color #5736AB: hue angle of 256.92º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5736AB is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 54 | 171 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.33 |
| HSL | 256.92º | 0.52% | 0.44% | - |
| HSV(B) | 256.92º | 0.68% | 0.67% | - |
| XYZ | 12.6 | 7.6 | 39.33 | - |
| YUV | 77.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 54 | 171 | 0.49 | 0.68 | 0 | 0.33 | 256.92 | 0.52 | 0.44 |
| Hex | 57 | 36 | AB | 31 | 44 | 0 | 21 | 101 | 34 | 2C |
| Octal | 127 | 66 | 253 | 61 | 104 | 0 | 41 | 401 | 64 | 54 |
| Binary | 1010111 | 110110 | 10101011 | 110001 | 1000100 | 0 | 100001 | 100000001 | 110100 | 101100 |
Color Harmonies of #5736AB
Complementary color
Monochromatic Colors of #5736AB
Black with #5736AB
Text Example
Text Example
White with #5736AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5736AB; }
p { color: rgb(87,54,171); }
H1.HeaderClassName
{
color: #5736AB;
}
.AnyTagClassName
{
color: #5736AB;
}
</style>
background-color css
<style>
a { background-color: #5736AB; }
a { background-color: rgb(87,54,171); }
div.DivClassName
{
background-color: #5736AB;
}
.BgClassName
{
background-color: #5736AB;
}
</style>
border-color css
<style>
span { border-color: #5736AB; }
span { border-color: rgb(87,54,171); }
td.TdClassName
{
border-color: #5736AB;
}
.TagClassName
{
border-color: #5736AB;
}
</style>