Shades of Royal Purple #753EAB
Tints of Royal Purple #753EAB
RGB
CMYK
RGB Variations
Color information
#753EAB (or 0x753EAB) is known color: Royal Purple. HEX triplet: 75, 3E and AB. RGB value is (117,62,171). Sum of RGB (Red+Green+Blue) = 117+62+171=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #753EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753EAB is #8AC154. Grayscale: #5A5A5A. Windows color (decimal): -9093461 or 11222645. OLE color: 11222645.
HSL color Cylindrical-coordinate representation of color #753EAB: hue angle of 270.28º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753EAB is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 62 | 171 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.33 |
| HSL | 270.28º | 0.47% | 0.46% | - |
| HSV(B) | 270.28º | 0.64% | 0.67% | - |
| XYZ | 16.41 | 10.17 | 39.63 | - |
| YUV | 90.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 171 | 0.32 | 0.64 | 0 | 0.33 | 270.28 | 0.47 | 0.46 |
| Hex | 75 | 3E | AB | 20 | 40 | 0 | 21 | 10E | 2F | 2E |
| Octal | 165 | 76 | 253 | 40 | 100 | 0 | 41 | 416 | 57 | 56 |
| Binary | 1110101 | 111110 | 10101011 | 100000 | 1000000 | 0 | 100001 | 100001110 | 101111 | 101110 |
Color Harmonies of #753EAB
Complementary color
Monochromatic Colors of #753EAB
Black with #753EAB
Text Example
Text Example
White with #753EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753EAB; }
p { color: rgb(117,62,171); }
H1.HeaderClassName
{
color: #753EAB;
}
.AnyTagClassName
{
color: #753EAB;
}
</style>
background-color css
<style>
a { background-color: #753EAB; }
a { background-color: rgb(117,62,171); }
div.DivClassName
{
background-color: #753EAB;
}
.BgClassName
{
background-color: #753EAB;
}
</style>
border-color css
<style>
span { border-color: #753EAB; }
span { border-color: rgb(117,62,171); }
td.TdClassName
{
border-color: #753EAB;
}
.TagClassName
{
border-color: #753EAB;
}
</style>