Shades of Royal Purple #7426AC
Tints of Royal Purple #7426AC
RGB
CMYK
RGB Variations
Color information
#7426AC (or 0x7426AC) is known color: Royal Purple. HEX triplet: 74, 26 and AC. RGB value is (116,38,172). Sum of RGB (Red+Green+Blue) = 116+38+172=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #7426AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7426AC is #8BD953. Grayscale: #4C4C4C. Windows color (decimal): -9165140 or 11282036. OLE color: 11282036.
HSL color Cylindrical-coordinate representation of color #7426AC: hue angle of 274.93º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7426AC is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 38 | 172 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.33 |
| HSL | 274.93º | 0.64% | 0.41% | - |
| HSV(B) | 274.93º | 0.78% | 0.67% | - |
| XYZ | 15.34 | 8.08 | 39.78 | - |
| YUV | 76.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 172 | 0.33 | 0.78 | 0 | 0.33 | 274.93 | 0.64 | 0.41 |
| Hex | 74 | 26 | AC | 21 | 4E | 0 | 21 | 113 | 40 | 29 |
| Octal | 164 | 46 | 254 | 41 | 116 | 0 | 41 | 423 | 100 | 51 |
| Binary | 1110100 | 100110 | 10101100 | 100001 | 1001110 | 0 | 100001 | 100010011 | 1000000 | 101001 |
Color Harmonies of #7426AC
Complementary color
Monochromatic Colors of #7426AC
Black with #7426AC
Text Example
Text Example
White with #7426AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7426AC; }
p { color: rgb(116,38,172); }
H1.HeaderClassName
{
color: #7426AC;
}
.AnyTagClassName
{
color: #7426AC;
}
</style>
background-color css
<style>
a { background-color: #7426AC; }
a { background-color: rgb(116,38,172); }
div.DivClassName
{
background-color: #7426AC;
}
.BgClassName
{
background-color: #7426AC;
}
</style>
border-color css
<style>
span { border-color: #7426AC; }
span { border-color: rgb(116,38,172); }
td.TdClassName
{
border-color: #7426AC;
}
.TagClassName
{
border-color: #7426AC;
}
</style>