Shades of Royal Purple #7226AA
Tints of Royal Purple #7226AA
RGB
CMYK
RGB Variations
Color information
#7226AA (or 0x7226AA) is known color: Royal Purple. HEX triplet: 72, 26 and AA. RGB value is (114,38,170). Sum of RGB (Red+Green+Blue) = 114+38+170=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #7226AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7226AA is #8DD955. Grayscale: #4B4B4B. Windows color (decimal): -9296214 or 11150962. OLE color: 11150962.
HSL color Cylindrical-coordinate representation of color #7226AA: hue angle of 274.55º degrees, saturation: 0.63, 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 #7226AA is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 38 | 170 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.33 |
| HSL | 274.55º | 0.63% | 0.41% | - |
| HSV(B) | 274.55º | 0.78% | 0.67% | - |
| XYZ | 14.89 | 7.87 | 38.76 | - |
| YUV | 75.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 170 | 0.33 | 0.78 | 0 | 0.33 | 274.55 | 0.63 | 0.41 |
| Hex | 72 | 26 | AA | 21 | 4E | 0 | 21 | 113 | 3F | 29 |
| Octal | 162 | 46 | 252 | 41 | 116 | 0 | 41 | 423 | 77 | 51 |
| Binary | 1110010 | 100110 | 10101010 | 100001 | 1001110 | 0 | 100001 | 100010011 | 111111 | 101001 |
Color Harmonies of #7226AA
Complementary color
Monochromatic Colors of #7226AA
Black with #7226AA
Text Example
Text Example
White with #7226AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7226AA; }
p { color: rgb(114,38,170); }
H1.HeaderClassName
{
color: #7226AA;
}
.AnyTagClassName
{
color: #7226AA;
}
</style>
background-color css
<style>
a { background-color: #7226AA; }
a { background-color: rgb(114,38,170); }
div.DivClassName
{
background-color: #7226AA;
}
.BgClassName
{
background-color: #7226AA;
}
</style>
border-color css
<style>
span { border-color: #7226AA; }
span { border-color: rgb(114,38,170); }
td.TdClassName
{
border-color: #7226AA;
}
.TagClassName
{
border-color: #7226AA;
}
</style>