Shades of Royal Purple #7537AE
Tints of Royal Purple #7537AE
RGB
CMYK
RGB Variations
Color information
#7537AE (or 0x7537AE) is known color: Royal Purple. HEX triplet: 75, 37 and AE. RGB value is (117,55,174). Sum of RGB (Red+Green+Blue) = 117+55+174=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #7537AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7537AE is #8AC851. Grayscale: #565656. Windows color (decimal): -9095250 or 11417461. OLE color: 11417461.
HSL color Cylindrical-coordinate representation of color #7537AE: hue angle of 271.26º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7537AE is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 55 | 174 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.32 |
| HSL | 271.26º | 0.52% | 0.45% | - |
| HSV(B) | 271.26º | 0.68% | 0.68% | - |
| XYZ | 16.34 | 9.57 | 41.03 | - |
| YUV | 87.1 | 177.04 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 174 | 0.33 | 0.68 | 0 | 0.32 | 271.26 | 0.52 | 0.45 |
| Hex | 75 | 37 | AE | 21 | 44 | 0 | 20 | 10F | 34 | 2D |
| Octal | 165 | 67 | 256 | 41 | 104 | 0 | 40 | 417 | 64 | 55 |
| Binary | 1110101 | 110111 | 10101110 | 100001 | 1000100 | 0 | 100000 | 100001111 | 110100 | 101101 |
Color Harmonies of #7537AE
Complementary color
Monochromatic Colors of #7537AE
Black with #7537AE
Text Example
Text Example
White with #7537AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7537AE; }
p { color: rgb(117,55,174); }
H1.HeaderClassName
{
color: #7537AE;
}
.AnyTagClassName
{
color: #7537AE;
}
</style>
background-color css
<style>
a { background-color: #7537AE; }
a { background-color: rgb(117,55,174); }
div.DivClassName
{
background-color: #7537AE;
}
.BgClassName
{
background-color: #7537AE;
}
</style>
border-color css
<style>
span { border-color: #7537AE; }
span { border-color: rgb(117,55,174); }
td.TdClassName
{
border-color: #7537AE;
}
.TagClassName
{
border-color: #7537AE;
}
</style>