Shades of Royal Purple #7426A3
Tints of Royal Purple #7426A3
RGB
CMYK
RGB Variations
Color information
#7426A3 (or 0x7426A3) is known color: Royal Purple. HEX triplet: 74, 26 and A3. RGB value is (116,38,163). Sum of RGB (Red+Green+Blue) = 116+38+163=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 163 (64.06% from 255 or 51.42% from 317); Max value from RGB is 163 - color contains mainly: blue. Hex color #7426A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7426A3 is #8BD95C. Grayscale: #4B4B4B. Windows color (decimal): -9165149 or 10692212. OLE color: 10692212.
HSL color Cylindrical-coordinate representation of color #7426A3: hue angle of 277.44º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7426A3 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 38 | 163 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.36 |
| HSL | 277.44º | 0.62% | 0.39% | - |
| HSV(B) | 277.44º | 0.77% | 0.64% | - |
| XYZ | 14.51 | 7.74 | 35.38 | - |
| YUV | 75.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 163 | 0.29 | 0.77 | 0 | 0.36 | 277.44 | 0.62 | 0.39 |
| Hex | 74 | 26 | A3 | 1D | 4D | 0 | 24 | 115 | 3E | 27 |
| Octal | 164 | 46 | 243 | 35 | 115 | 0 | 44 | 425 | 76 | 47 |
| Binary | 1110100 | 100110 | 10100011 | 11101 | 1001101 | 0 | 100100 | 100010101 | 111110 | 100111 |
Color Harmonies of #7426A3
Complementary color
Monochromatic Colors of #7426A3
Black with #7426A3
Text Example
Text Example
White with #7426A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7426A3; }
p { color: rgb(116,38,163); }
H1.HeaderClassName
{
color: #7426A3;
}
.AnyTagClassName
{
color: #7426A3;
}
</style>
background-color css
<style>
a { background-color: #7426A3; }
a { background-color: rgb(116,38,163); }
div.DivClassName
{
background-color: #7426A3;
}
.BgClassName
{
background-color: #7426A3;
}
</style>
border-color css
<style>
span { border-color: #7426A3; }
span { border-color: rgb(116,38,163); }
td.TdClassName
{
border-color: #7426A3;
}
.TagClassName
{
border-color: #7426A3;
}
</style>