Shades of Royal Purple #7427A1
Tints of Royal Purple #7427A1
RGB
CMYK
RGB Variations
Color information
#7427A1 (or 0x7427A1) is known color: Royal Purple. HEX triplet: 74, 27 and A1. RGB value is (116,39,161). Sum of RGB (Red+Green+Blue) = 116+39+161=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 161 (63.28% from 255 or 50.95% from 316); Max value from RGB is 161 - color contains mainly: blue. Hex color #7427A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7427A1 is #8BD85E. Grayscale: #4B4B4B. Windows color (decimal): -9164895 or 10561396. OLE color: 10561396.
HSL color Cylindrical-coordinate representation of color #7427A1: hue angle of 277.87º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7427A1 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 39 | 161 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.37 |
| HSL | 277.87º | 0.61% | 0.39% | - |
| HSV(B) | 277.87º | 0.76% | 0.63% | - |
| XYZ | 14.36 | 7.74 | 34.45 | - |
| YUV | 75.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 161 | 0.28 | 0.76 | 0 | 0.37 | 277.87 | 0.61 | 0.39 |
| Hex | 74 | 27 | A1 | 1C | 4C | 0 | 25 | 116 | 3D | 27 |
| Octal | 164 | 47 | 241 | 34 | 114 | 0 | 45 | 426 | 75 | 47 |
| Binary | 1110100 | 100111 | 10100001 | 11100 | 1001100 | 0 | 100101 | 100010110 | 111101 | 100111 |
Color Harmonies of #7427A1
Complementary color
Monochromatic Colors of #7427A1
Black with #7427A1
Text Example
Text Example
White with #7427A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7427A1; }
p { color: rgb(116,39,161); }
H1.HeaderClassName
{
color: #7427A1;
}
.AnyTagClassName
{
color: #7427A1;
}
</style>
background-color css
<style>
a { background-color: #7427A1; }
a { background-color: rgb(116,39,161); }
div.DivClassName
{
background-color: #7427A1;
}
.BgClassName
{
background-color: #7427A1;
}
</style>
border-color css
<style>
span { border-color: #7427A1; }
span { border-color: rgb(116,39,161); }
td.TdClassName
{
border-color: #7427A1;
}
.TagClassName
{
border-color: #7427A1;
}
</style>