Shades of Royal Purple #7440A9
Tints of Royal Purple #7440A9
RGB
CMYK
RGB Variations
Color information
#7440A9 (or 0x7440A9) is known color: Royal Purple. HEX triplet: 74, 40 and A9. RGB value is (116,64,169). Sum of RGB (Red+Green+Blue) = 116+64+169=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #7440A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7440A9 is #8BBF56. Grayscale: #5B5B5B. Windows color (decimal): -9158487 or 11092084. OLE color: 11092084.
HSL color Cylindrical-coordinate representation of color #7440A9: hue angle of 269.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7440A9 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 64 | 169 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.34 |
| HSL | 269.71º | 0.45% | 0.46% | - |
| HSV(B) | 269.71º | 0.62% | 0.66% | - |
| XYZ | 16.2 | 10.24 | 38.66 | - |
| YUV | 91.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 169 | 0.31 | 0.62 | 0 | 0.34 | 269.71 | 0.45 | 0.46 |
| Hex | 74 | 40 | A9 | 1F | 3E | 0 | 22 | 10E | 2D | 2E |
| Octal | 164 | 100 | 251 | 37 | 76 | 0 | 42 | 416 | 55 | 56 |
| Binary | 1110100 | 1000000 | 10101001 | 11111 | 111110 | 0 | 100010 | 100001110 | 101101 | 101110 |
Color Harmonies of #7440A9
Complementary color
Monochromatic Colors of #7440A9
Black with #7440A9
Text Example
Text Example
White with #7440A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440A9; }
p { color: rgb(116,64,169); }
H1.HeaderClassName
{
color: #7440A9;
}
.AnyTagClassName
{
color: #7440A9;
}
</style>
background-color css
<style>
a { background-color: #7440A9; }
a { background-color: rgb(116,64,169); }
div.DivClassName
{
background-color: #7440A9;
}
.BgClassName
{
background-color: #7440A9;
}
</style>
border-color css
<style>
span { border-color: #7440A9; }
span { border-color: rgb(116,64,169); }
td.TdClassName
{
border-color: #7440A9;
}
.TagClassName
{
border-color: #7440A9;
}
</style>