Shades of Royal Purple #7536A3
Tints of Royal Purple #7536A3
RGB
CMYK
RGB Variations
Color information
#7536A3 (or 0x7536A3) is known color: Royal Purple. HEX triplet: 75, 36 and A3. RGB value is (117,54,163). Sum of RGB (Red+Green+Blue) = 117+54+163=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 163 - color contains mainly: blue. Hex color #7536A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7536A3 is #8AC95C. Grayscale: #545454. Windows color (decimal): -9095517 or 10696309. OLE color: 10696309.
HSL color Cylindrical-coordinate representation of color #7536A3: hue angle of 274.68º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7536A3 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 54 | 163 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.36 |
| HSL | 274.68º | 0.5% | 0.43% | - |
| HSV(B) | 274.68º | 0.67% | 0.64% | - |
| XYZ | 15.27 | 9.06 | 35.6 | - |
| YUV | 85.26 | 171.87 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 163 | 0.28 | 0.67 | 0 | 0.36 | 274.68 | 0.5 | 0.43 |
| Hex | 75 | 36 | A3 | 1C | 43 | 0 | 24 | 113 | 32 | 2B |
| Octal | 165 | 66 | 243 | 34 | 103 | 0 | 44 | 423 | 62 | 53 |
| Binary | 1110101 | 110110 | 10100011 | 11100 | 1000011 | 0 | 100100 | 100010011 | 110010 | 101011 |
Color Harmonies of #7536A3
Complementary color
Monochromatic Colors of #7536A3
Black with #7536A3
Text Example
Text Example
White with #7536A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7536A3; }
p { color: rgb(117,54,163); }
H1.HeaderClassName
{
color: #7536A3;
}
.AnyTagClassName
{
color: #7536A3;
}
</style>
background-color css
<style>
a { background-color: #7536A3; }
a { background-color: rgb(117,54,163); }
div.DivClassName
{
background-color: #7536A3;
}
.BgClassName
{
background-color: #7536A3;
}
</style>
border-color css
<style>
span { border-color: #7536A3; }
span { border-color: rgb(117,54,163); }
td.TdClassName
{
border-color: #7536A3;
}
.TagClassName
{
border-color: #7536A3;
}
</style>