Shades of Royal Purple #7540A0
Tints of Royal Purple #7540A0
RGB
CMYK
RGB Variations
Color information
#7540A0 (or 0x7540A0) is known color: Royal Purple. HEX triplet: 75, 40 and A0. RGB value is (117,64,160). Sum of RGB (Red+Green+Blue) = 117+64+160=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #7540A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7540A0 is #8ABF5F. Grayscale: #5A5A5A. Windows color (decimal): -9092960 or 10502261. OLE color: 10502261.
HSL color Cylindrical-coordinate representation of color #7540A0: hue angle of 273.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7540A0 is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 64 | 160 | - |
| CMYK | 0.27 | 0.6 | 0 | 0.37 |
| HSL | 273.13º | 0.43% | 0.44% | - |
| HSV(B) | 273.13º | 0.6% | 0.63% | - |
| XYZ | 15.51 | 9.99 | 34.37 | - |
| YUV | 90.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 160 | 0.27 | 0.6 | 0 | 0.37 | 273.13 | 0.43 | 0.44 |
| Hex | 75 | 40 | A0 | 1B | 3C | 0 | 25 | 111 | 2B | 2C |
| Octal | 165 | 100 | 240 | 33 | 74 | 0 | 45 | 421 | 53 | 54 |
| Binary | 1110101 | 1000000 | 10100000 | 11011 | 111100 | 0 | 100101 | 100010001 | 101011 | 101100 |
Color Harmonies of #7540A0
Complementary color
Monochromatic Colors of #7540A0
Black with #7540A0
Text Example
Text Example
White with #7540A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540A0; }
p { color: rgb(117,64,160); }
H1.HeaderClassName
{
color: #7540A0;
}
.AnyTagClassName
{
color: #7540A0;
}
</style>
background-color css
<style>
a { background-color: #7540A0; }
a { background-color: rgb(117,64,160); }
div.DivClassName
{
background-color: #7540A0;
}
.BgClassName
{
background-color: #7540A0;
}
</style>
border-color css
<style>
span { border-color: #7540A0; }
span { border-color: rgb(117,64,160); }
td.TdClassName
{
border-color: #7540A0;
}
.TagClassName
{
border-color: #7540A0;
}
</style>