Shades of Royal Purple #7424A2
Tints of Royal Purple #7424A2
RGB
CMYK
RGB Variations
Color information
#7424A2 (or 0x7424A2) is known color: Royal Purple. HEX triplet: 74, 24 and A2. RGB value is (116,36,162). Sum of RGB (Red+Green+Blue) = 116+36+162=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #7424A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7424A2 is #8BDB5D. Grayscale: #494949. Windows color (decimal): -9165662 or 10626164. OLE color: 10626164.
HSL color Cylindrical-coordinate representation of color #7424A2: hue angle of 278.1º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7424A2 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 36 | 162 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.36 |
| HSL | 278.1º | 0.64% | 0.39% | - |
| HSV(B) | 278.1º | 0.78% | 0.64% | - |
| XYZ | 14.35 | 7.58 | 34.89 | - |
| YUV | 74.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 162 | 0.28 | 0.78 | 0 | 0.36 | 278.1 | 0.64 | 0.39 |
| Hex | 74 | 24 | A2 | 1C | 4E | 0 | 24 | 116 | 40 | 27 |
| Octal | 164 | 44 | 242 | 34 | 116 | 0 | 44 | 426 | 100 | 47 |
| Binary | 1110100 | 100100 | 10100010 | 11100 | 1001110 | 0 | 100100 | 100010110 | 1000000 | 100111 |
Color Harmonies of #7424A2
Complementary color
Monochromatic Colors of #7424A2
Black with #7424A2
Text Example
Text Example
White with #7424A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7424A2; }
p { color: rgb(116,36,162); }
H1.HeaderClassName
{
color: #7424A2;
}
.AnyTagClassName
{
color: #7424A2;
}
</style>
background-color css
<style>
a { background-color: #7424A2; }
a { background-color: rgb(116,36,162); }
div.DivClassName
{
background-color: #7424A2;
}
.BgClassName
{
background-color: #7424A2;
}
</style>
border-color css
<style>
span { border-color: #7424A2; }
span { border-color: rgb(116,36,162); }
td.TdClassName
{
border-color: #7424A2;
}
.TagClassName
{
border-color: #7424A2;
}
</style>