Shades of Royal Purple #5738AB
Tints of Royal Purple #5738AB
RGB
CMYK
RGB Variations
Color information
#5738AB (or 0x5738AB) is known color: Royal Purple. HEX triplet: 57, 38 and AB. RGB value is (87,56,171). Sum of RGB (Red+Green+Blue) = 87+56+171=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #5738AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5738AB is #A8C754. Grayscale: #4D4D4D. Windows color (decimal): -11061077 or 11221079. OLE color: 11221079.
HSL color Cylindrical-coordinate representation of color #5738AB: hue angle of 256.17º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5738AB is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 56 | 171 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.33 |
| HSL | 256.17º | 0.51% | 0.45% | - |
| HSV(B) | 256.17º | 0.67% | 0.67% | - |
| XYZ | 12.7 | 7.79 | 39.36 | - |
| YUV | 78.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 56 | 171 | 0.49 | 0.67 | 0 | 0.33 | 256.17 | 0.51 | 0.45 |
| Hex | 57 | 38 | AB | 31 | 43 | 0 | 21 | 100 | 33 | 2D |
| Octal | 127 | 70 | 253 | 61 | 103 | 0 | 41 | 400 | 63 | 55 |
| Binary | 1010111 | 111000 | 10101011 | 110001 | 1000011 | 0 | 100001 | 100000000 | 110011 | 101101 |
Color Harmonies of #5738AB
Complementary color
Monochromatic Colors of #5738AB
Black with #5738AB
Text Example
Text Example
White with #5738AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5738AB; }
p { color: rgb(87,56,171); }
H1.HeaderClassName
{
color: #5738AB;
}
.AnyTagClassName
{
color: #5738AB;
}
</style>
background-color css
<style>
a { background-color: #5738AB; }
a { background-color: rgb(87,56,171); }
div.DivClassName
{
background-color: #5738AB;
}
.BgClassName
{
background-color: #5738AB;
}
</style>
border-color css
<style>
span { border-color: #5738AB; }
span { border-color: rgb(87,56,171); }
td.TdClassName
{
border-color: #5738AB;
}
.TagClassName
{
border-color: #5738AB;
}
</style>