Shades of Royal Purple #7535AD
Tints of Royal Purple #7535AD
RGB
CMYK
RGB Variations
Color information
#7535AD (or 0x7535AD) is known color: Royal Purple. HEX triplet: 75, 35 and AD. RGB value is (117,53,173). Sum of RGB (Red+Green+Blue) = 117+53+173=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #7535AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7535AD is #8ACA52. Grayscale: #555555. Windows color (decimal): -9095763 or 11351413. OLE color: 11351413.
HSL color Cylindrical-coordinate representation of color #7535AD: hue angle of 272º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7535AD is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 53 | 173 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.32 |
| HSL | 272º | 0.53% | 0.44% | - |
| HSV(B) | 272º | 0.69% | 0.68% | - |
| XYZ | 16.15 | 9.35 | 40.49 | - |
| YUV | 85.82 | 177.2 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 173 | 0.32 | 0.69 | 0 | 0.32 | 272 | 0.53 | 0.44 |
| Hex | 75 | 35 | AD | 20 | 45 | 0 | 20 | 110 | 35 | 2C |
| Octal | 165 | 65 | 255 | 40 | 105 | 0 | 40 | 420 | 65 | 54 |
| Binary | 1110101 | 110101 | 10101101 | 100000 | 1000101 | 0 | 100000 | 100010000 | 110101 | 101100 |
Color Harmonies of #7535AD
Complementary color
Monochromatic Colors of #7535AD
Black with #7535AD
Text Example
Text Example
White with #7535AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7535AD; }
p { color: rgb(117,53,173); }
H1.HeaderClassName
{
color: #7535AD;
}
.AnyTagClassName
{
color: #7535AD;
}
</style>
background-color css
<style>
a { background-color: #7535AD; }
a { background-color: rgb(117,53,173); }
div.DivClassName
{
background-color: #7535AD;
}
.BgClassName
{
background-color: #7535AD;
}
</style>
border-color css
<style>
span { border-color: #7535AD; }
span { border-color: rgb(117,53,173); }
td.TdClassName
{
border-color: #7535AD;
}
.TagClassName
{
border-color: #7535AD;
}
</style>