Shades of Royal Purple #7428AB
Tints of Royal Purple #7428AB
RGB
CMYK
RGB Variations
Color information
#7428AB (or 0x7428AB) is known color: Royal Purple. HEX triplet: 74, 28 and AB. RGB value is (116,40,171). Sum of RGB (Red+Green+Blue) = 116+40+171=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #7428AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7428AB is #8BD754. Grayscale: #4D4D4D. Windows color (decimal): -9164629 or 11217012. OLE color: 11217012.
HSL color Cylindrical-coordinate representation of color #7428AB: hue angle of 274.81º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7428AB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 40 | 171 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.33 |
| HSL | 274.81º | 0.62% | 0.41% | - |
| HSV(B) | 274.81º | 0.77% | 0.67% | - |
| XYZ | 15.31 | 8.17 | 39.3 | - |
| YUV | 77.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 171 | 0.32 | 0.77 | 0 | 0.33 | 274.81 | 0.62 | 0.41 |
| Hex | 74 | 28 | AB | 20 | 4D | 0 | 21 | 113 | 3E | 29 |
| Octal | 164 | 50 | 253 | 40 | 115 | 0 | 41 | 423 | 76 | 51 |
| Binary | 1110100 | 101000 | 10101011 | 100000 | 1001101 | 0 | 100001 | 100010011 | 111110 | 101001 |
Color Harmonies of #7428AB
Complementary color
Monochromatic Colors of #7428AB
Black with #7428AB
Text Example
Text Example
White with #7428AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7428AB; }
p { color: rgb(116,40,171); }
H1.HeaderClassName
{
color: #7428AB;
}
.AnyTagClassName
{
color: #7428AB;
}
</style>
background-color css
<style>
a { background-color: #7428AB; }
a { background-color: rgb(116,40,171); }
div.DivClassName
{
background-color: #7428AB;
}
.BgClassName
{
background-color: #7428AB;
}
</style>
border-color css
<style>
span { border-color: #7428AB; }
span { border-color: rgb(116,40,171); }
td.TdClassName
{
border-color: #7428AB;
}
.TagClassName
{
border-color: #7428AB;
}
</style>