Shades of Royal Purple #7536A9
Tints of Royal Purple #7536A9
RGB
CMYK
RGB Variations
Color information
#7536A9 (or 0x7536A9) is known color: Royal Purple. HEX triplet: 75, 36 and A9. RGB value is (117,54,169). Sum of RGB (Red+Green+Blue) = 117+54+169=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #7536A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7536A9 is #8AC956. Grayscale: #555555. Windows color (decimal): -9095511 or 11089525. OLE color: 11089525.
HSL color Cylindrical-coordinate representation of color #7536A9: hue angle of 272.87º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7536A9 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 54 | 169 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.34 |
| HSL | 272.87º | 0.52% | 0.44% | - |
| HSV(B) | 272.87º | 0.68% | 0.66% | - |
| XYZ | 15.82 | 9.28 | 38.49 | - |
| YUV | 85.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 169 | 0.31 | 0.68 | 0 | 0.34 | 272.87 | 0.52 | 0.44 |
| Hex | 75 | 36 | A9 | 1F | 44 | 0 | 22 | 111 | 34 | 2C |
| Octal | 165 | 66 | 251 | 37 | 104 | 0 | 42 | 421 | 64 | 54 |
| Binary | 1110101 | 110110 | 10101001 | 11111 | 1000100 | 0 | 100010 | 100010001 | 110100 | 101100 |
Color Harmonies of #7536A9
Complementary color
Monochromatic Colors of #7536A9
Black with #7536A9
Text Example
Text Example
White with #7536A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7536A9; }
p { color: rgb(117,54,169); }
H1.HeaderClassName
{
color: #7536A9;
}
.AnyTagClassName
{
color: #7536A9;
}
</style>
background-color css
<style>
a { background-color: #7536A9; }
a { background-color: rgb(117,54,169); }
div.DivClassName
{
background-color: #7536A9;
}
.BgClassName
{
background-color: #7536A9;
}
</style>
border-color css
<style>
span { border-color: #7536A9; }
span { border-color: rgb(117,54,169); }
td.TdClassName
{
border-color: #7536A9;
}
.TagClassName
{
border-color: #7536A9;
}
</style>