Shades of Royal Purple #7531AD
Tints of Royal Purple #7531AD
RGB
CMYK
RGB Variations
Color information
#7531AD (or 0x7531AD) is known color: Royal Purple. HEX triplet: 75, 31 and AD. RGB value is (117,49,173). Sum of RGB (Red+Green+Blue) = 117+49+173=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #7531AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7531AD is #8ACE52. Grayscale: #535353. Windows color (decimal): -9096787 or 11350389. OLE color: 11350389.
HSL color Cylindrical-coordinate representation of color #7531AD: hue angle of 272.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7531AD is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 49 | 173 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.32 |
| HSL | 272.9º | 0.56% | 0.44% | - |
| HSV(B) | 272.9º | 0.72% | 0.68% | - |
| XYZ | 15.98 | 9 | 40.43 | - |
| YUV | 83.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 173 | 0.32 | 0.72 | 0 | 0.32 | 272.9 | 0.56 | 0.44 |
| Hex | 75 | 31 | AD | 20 | 48 | 0 | 20 | 111 | 38 | 2C |
| Octal | 165 | 61 | 255 | 40 | 110 | 0 | 40 | 421 | 70 | 54 |
| Binary | 1110101 | 110001 | 10101101 | 100000 | 1001000 | 0 | 100000 | 100010001 | 111000 | 101100 |
Color Harmonies of #7531AD
Complementary color
Monochromatic Colors of #7531AD
Black with #7531AD
Text Example
Text Example
White with #7531AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7531AD; }
p { color: rgb(117,49,173); }
H1.HeaderClassName
{
color: #7531AD;
}
.AnyTagClassName
{
color: #7531AD;
}
</style>
background-color css
<style>
a { background-color: #7531AD; }
a { background-color: rgb(117,49,173); }
div.DivClassName
{
background-color: #7531AD;
}
.BgClassName
{
background-color: #7531AD;
}
</style>
border-color css
<style>
span { border-color: #7531AD; }
span { border-color: rgb(117,49,173); }
td.TdClassName
{
border-color: #7531AD;
}
.TagClassName
{
border-color: #7531AD;
}
</style>