Shades of Royal Purple #7537AC
Tints of Royal Purple #7537AC
RGB
CMYK
RGB Variations
Color information
#7537AC (or 0x7537AC) is known color: Royal Purple. HEX triplet: 75, 37 and AC. RGB value is (117,55,172). Sum of RGB (Red+Green+Blue) = 117+55+172=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #7537AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7537AC is #8AC853. Grayscale: #565656. Windows color (decimal): -9095252 or 11286389. OLE color: 11286389.
HSL color Cylindrical-coordinate representation of color #7537AC: hue angle of 271.79º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7537AC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 55 | 172 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.33 |
| HSL | 271.79º | 0.52% | 0.45% | - |
| HSV(B) | 271.79º | 0.68% | 0.67% | - |
| XYZ | 16.15 | 9.49 | 40.01 | - |
| YUV | 86.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 172 | 0.32 | 0.68 | 0 | 0.33 | 271.79 | 0.52 | 0.45 |
| Hex | 75 | 37 | AC | 20 | 44 | 0 | 21 | 110 | 34 | 2D |
| Octal | 165 | 67 | 254 | 40 | 104 | 0 | 41 | 420 | 64 | 55 |
| Binary | 1110101 | 110111 | 10101100 | 100000 | 1000100 | 0 | 100001 | 100010000 | 110100 | 101101 |
Color Harmonies of #7537AC
Complementary color
Monochromatic Colors of #7537AC
Black with #7537AC
Text Example
Text Example
White with #7537AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7537AC; }
p { color: rgb(117,55,172); }
H1.HeaderClassName
{
color: #7537AC;
}
.AnyTagClassName
{
color: #7537AC;
}
</style>
background-color css
<style>
a { background-color: #7537AC; }
a { background-color: rgb(117,55,172); }
div.DivClassName
{
background-color: #7537AC;
}
.BgClassName
{
background-color: #7537AC;
}
</style>
border-color css
<style>
span { border-color: #7537AC; }
span { border-color: rgb(117,55,172); }
td.TdClassName
{
border-color: #7537AC;
}
.TagClassName
{
border-color: #7537AC;
}
</style>