Shades of Royal Purple #7225AB
Tints of Royal Purple #7225AB
RGB
CMYK
RGB Variations
Color information
#7225AB (or 0x7225AB) is known color: Royal Purple. HEX triplet: 72, 25 and AB. RGB value is (114,37,171). Sum of RGB (Red+Green+Blue) = 114+37+171=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #7225AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7225AB is #8DDA54. Grayscale: #4A4A4A. Windows color (decimal): -9296469 or 11216242. OLE color: 11216242.
HSL color Cylindrical-coordinate representation of color #7225AB: hue angle of 274.48º 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 #7225AB is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 37 | 171 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.33 |
| HSL | 274.48º | 0.64% | 0.41% | - |
| HSV(B) | 274.48º | 0.78% | 0.67% | - |
| XYZ | 14.95 | 7.84 | 39.25 | - |
| YUV | 75.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 171 | 0.33 | 0.78 | 0 | 0.33 | 274.48 | 0.64 | 0.41 |
| Hex | 72 | 25 | AB | 21 | 4E | 0 | 21 | 112 | 40 | 29 |
| Octal | 162 | 45 | 253 | 41 | 116 | 0 | 41 | 422 | 100 | 51 |
| Binary | 1110010 | 100101 | 10101011 | 100001 | 1001110 | 0 | 100001 | 100010010 | 1000000 | 101001 |
Color Harmonies of #7225AB
Complementary color
Monochromatic Colors of #7225AB
Black with #7225AB
Text Example
Text Example
White with #7225AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7225AB; }
p { color: rgb(114,37,171); }
H1.HeaderClassName
{
color: #7225AB;
}
.AnyTagClassName
{
color: #7225AB;
}
</style>
background-color css
<style>
a { background-color: #7225AB; }
a { background-color: rgb(114,37,171); }
div.DivClassName
{
background-color: #7225AB;
}
.BgClassName
{
background-color: #7225AB;
}
</style>
border-color css
<style>
span { border-color: #7225AB; }
span { border-color: rgb(114,37,171); }
td.TdClassName
{
border-color: #7225AB;
}
.TagClassName
{
border-color: #7225AB;
}
</style>