Shades of Royal Purple #7440A6
Tints of Royal Purple #7440A6
RGB
CMYK
RGB Variations
Color information
#7440A6 (or 0x7440A6) is known color: Royal Purple. HEX triplet: 74, 40 and A6. RGB value is (116,64,166). Sum of RGB (Red+Green+Blue) = 116+64+166=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #7440A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7440A6 is #8BBF59. Grayscale: #5A5A5A. Windows color (decimal): -9158490 or 10895476. OLE color: 10895476.
HSL color Cylindrical-coordinate representation of color #7440A6: hue angle of 270.59º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7440A6 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 64 | 166 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.35 |
| HSL | 270.59º | 0.44% | 0.45% | - |
| HSV(B) | 270.59º | 0.61% | 0.65% | - |
| XYZ | 15.92 | 10.13 | 37.19 | - |
| YUV | 91.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 166 | 0.30 | 0.61 | 0 | 0.35 | 270.59 | 0.44 | 0.45 |
| Hex | 74 | 40 | A6 | 1E | 3D | 0 | 23 | 10F | 2C | 2D |
| Octal | 164 | 100 | 246 | 36 | 75 | 0 | 43 | 417 | 54 | 55 |
| Binary | 1110100 | 1000000 | 10100110 | 11110 | 111101 | 0 | 100011 | 100001111 | 101100 | 101101 |
Color Harmonies of #7440A6
Complementary color
Monochromatic Colors of #7440A6
Black with #7440A6
Text Example
Text Example
White with #7440A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440A6; }
p { color: rgb(116,64,166); }
H1.HeaderClassName
{
color: #7440A6;
}
.AnyTagClassName
{
color: #7440A6;
}
</style>
background-color css
<style>
a { background-color: #7440A6; }
a { background-color: rgb(116,64,166); }
div.DivClassName
{
background-color: #7440A6;
}
.BgClassName
{
background-color: #7440A6;
}
</style>
border-color css
<style>
span { border-color: #7440A6; }
span { border-color: rgb(116,64,166); }
td.TdClassName
{
border-color: #7440A6;
}
.TagClassName
{
border-color: #7440A6;
}
</style>