Shades of Royal Purple #7232AA
Tints of Royal Purple #7232AA
RGB
CMYK
RGB Variations
Color information
#7232AA (or 0x7232AA) is known color: Royal Purple. HEX triplet: 72, 32 and AA. RGB value is (114,50,170). Sum of RGB (Red+Green+Blue) = 114+50+170=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #7232AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7232AA is #8DCD55. Grayscale: #525252. Windows color (decimal): -9293142 or 11154034. OLE color: 11154034.
HSL color Cylindrical-coordinate representation of color #7232AA: hue angle of 272º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7232AA is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 50 | 170 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.33 |
| HSL | 272º | 0.55% | 0.43% | - |
| HSV(B) | 272º | 0.71% | 0.67% | - |
| XYZ | 15.34 | 8.76 | 38.91 | - |
| YUV | 82.82 | 177.2 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 170 | 0.33 | 0.71 | 0 | 0.33 | 272 | 0.55 | 0.43 |
| Hex | 72 | 32 | AA | 21 | 47 | 0 | 21 | 110 | 37 | 2B |
| Octal | 162 | 62 | 252 | 41 | 107 | 0 | 41 | 420 | 67 | 53 |
| Binary | 1110010 | 110010 | 10101010 | 100001 | 1000111 | 0 | 100001 | 100010000 | 110111 | 101011 |
Color Harmonies of #7232AA
Complementary color
Monochromatic Colors of #7232AA
Black with #7232AA
Text Example
Text Example
White with #7232AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7232AA; }
p { color: rgb(114,50,170); }
H1.HeaderClassName
{
color: #7232AA;
}
.AnyTagClassName
{
color: #7232AA;
}
</style>
background-color css
<style>
a { background-color: #7232AA; }
a { background-color: rgb(114,50,170); }
div.DivClassName
{
background-color: #7232AA;
}
.BgClassName
{
background-color: #7232AA;
}
</style>
border-color css
<style>
span { border-color: #7232AA; }
span { border-color: rgb(114,50,170); }
td.TdClassName
{
border-color: #7232AA;
}
.TagClassName
{
border-color: #7232AA;
}
</style>