Shades of Royal Purple #7240AB
Tints of Royal Purple #7240AB
RGB
CMYK
RGB Variations
Color information
#7240AB (or 0x7240AB) is known color: Royal Purple. HEX triplet: 72, 40 and AB. RGB value is (114,64,171). Sum of RGB (Red+Green+Blue) = 114+64+171=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #7240AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7240AB is #8DBF54. Grayscale: #5A5A5A. Windows color (decimal): -9289557 or 11223154. OLE color: 11223154.
HSL color Cylindrical-coordinate representation of color #7240AB: hue angle of 268.04º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7240AB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 64 | 171 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.33 |
| HSL | 268.04º | 0.46% | 0.46% | - |
| HSV(B) | 268.04º | 0.63% | 0.67% | - |
| XYZ | 16.12 | 10.18 | 39.64 | - |
| YUV | 91.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 171 | 0.33 | 0.63 | 0 | 0.33 | 268.04 | 0.46 | 0.46 |
| Hex | 72 | 40 | AB | 21 | 3F | 0 | 21 | 10C | 2E | 2E |
| Octal | 162 | 100 | 253 | 41 | 77 | 0 | 41 | 414 | 56 | 56 |
| Binary | 1110010 | 1000000 | 10101011 | 100001 | 111111 | 0 | 100001 | 100001100 | 101110 | 101110 |
Color Harmonies of #7240AB
Complementary color
Monochromatic Colors of #7240AB
Black with #7240AB
Text Example
Text Example
White with #7240AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7240AB; }
p { color: rgb(114,64,171); }
H1.HeaderClassName
{
color: #7240AB;
}
.AnyTagClassName
{
color: #7240AB;
}
</style>
background-color css
<style>
a { background-color: #7240AB; }
a { background-color: rgb(114,64,171); }
div.DivClassName
{
background-color: #7240AB;
}
.BgClassName
{
background-color: #7240AB;
}
</style>
border-color css
<style>
span { border-color: #7240AB; }
span { border-color: rgb(114,64,171); }
td.TdClassName
{
border-color: #7240AB;
}
.TagClassName
{
border-color: #7240AB;
}
</style>