Shades of Royal Purple #7537AB
Tints of Royal Purple #7537AB
RGB
CMYK
RGB Variations
Color information
#7537AB (or 0x7537AB) is known color: Royal Purple. HEX triplet: 75, 37 and AB. RGB value is (117,55,171). Sum of RGB (Red+Green+Blue) = 117+55+171=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #7537AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7537AB is #8AC854. Grayscale: #565656. Windows color (decimal): -9095253 or 11220853. OLE color: 11220853.
HSL color Cylindrical-coordinate representation of color #7537AB: hue angle of 272.07º degrees, saturation: 0.51, 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 #7537AB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 55 | 171 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.33 |
| HSL | 272.07º | 0.51% | 0.44% | - |
| HSV(B) | 272.07º | 0.68% | 0.67% | - |
| XYZ | 16.05 | 9.45 | 39.51 | - |
| YUV | 86.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 171 | 0.32 | 0.68 | 0 | 0.33 | 272.07 | 0.51 | 0.44 |
| Hex | 75 | 37 | AB | 20 | 44 | 0 | 21 | 110 | 33 | 2C |
| Octal | 165 | 67 | 253 | 40 | 104 | 0 | 41 | 420 | 63 | 54 |
| Binary | 1110101 | 110111 | 10101011 | 100000 | 1000100 | 0 | 100001 | 100010000 | 110011 | 101100 |
Color Harmonies of #7537AB
Complementary color
Monochromatic Colors of #7537AB
Black with #7537AB
Text Example
Text Example
White with #7537AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7537AB; }
p { color: rgb(117,55,171); }
H1.HeaderClassName
{
color: #7537AB;
}
.AnyTagClassName
{
color: #7537AB;
}
</style>
background-color css
<style>
a { background-color: #7537AB; }
a { background-color: rgb(117,55,171); }
div.DivClassName
{
background-color: #7537AB;
}
.BgClassName
{
background-color: #7537AB;
}
</style>
border-color css
<style>
span { border-color: #7537AB; }
span { border-color: rgb(117,55,171); }
td.TdClassName
{
border-color: #7537AB;
}
.TagClassName
{
border-color: #7537AB;
}
</style>