Shades of Royal Purple #7427AD
Tints of Royal Purple #7427AD
RGB
CMYK
RGB Variations
Color information
#7427AD (or 0x7427AD) is known color: Royal Purple. HEX triplet: 74, 27 and AD. RGB value is (116,39,173). Sum of RGB (Red+Green+Blue) = 116+39+173=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #7427AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7427AD is #8BD852. Grayscale: #4C4C4C. Windows color (decimal): -9164883 or 11347828. OLE color: 11347828.
HSL color Cylindrical-coordinate representation of color #7427AD: hue angle of 274.48º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7427AD is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 39 | 173 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.32 |
| HSL | 274.48º | 0.63% | 0.42% | - |
| HSV(B) | 274.48º | 0.77% | 0.68% | - |
| XYZ | 15.47 | 8.18 | 40.3 | - |
| YUV | 77.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 173 | 0.33 | 0.77 | 0 | 0.32 | 274.48 | 0.63 | 0.42 |
| Hex | 74 | 27 | AD | 21 | 4D | 0 | 20 | 112 | 3F | 2A |
| Octal | 164 | 47 | 255 | 41 | 115 | 0 | 40 | 422 | 77 | 52 |
| Binary | 1110100 | 100111 | 10101101 | 100001 | 1001101 | 0 | 100000 | 100010010 | 111111 | 101010 |
Color Harmonies of #7427AD
Complementary color
Monochromatic Colors of #7427AD
Black with #7427AD
Text Example
Text Example
White with #7427AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7427AD; }
p { color: rgb(116,39,173); }
H1.HeaderClassName
{
color: #7427AD;
}
.AnyTagClassName
{
color: #7427AD;
}
</style>
background-color css
<style>
a { background-color: #7427AD; }
a { background-color: rgb(116,39,173); }
div.DivClassName
{
background-color: #7427AD;
}
.BgClassName
{
background-color: #7427AD;
}
</style>
border-color css
<style>
span { border-color: #7427AD; }
span { border-color: rgb(116,39,173); }
td.TdClassName
{
border-color: #7427AD;
}
.TagClassName
{
border-color: #7427AD;
}
</style>