Shades of Royal Purple #7237AA
Tints of Royal Purple #7237AA
RGB
CMYK
RGB Variations
Color information
#7237AA (or 0x7237AA) is known color: Royal Purple. HEX triplet: 72, 37 and AA. RGB value is (114,55,170). Sum of RGB (Red+Green+Blue) = 114+55+170=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #7237AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7237AA is #8DC855. Grayscale: #555555. Windows color (decimal): -9291862 or 11155314. OLE color: 11155314.
HSL color Cylindrical-coordinate representation of color #7237AA: hue angle of 270.78º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7237AA is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 55 | 170 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.33 |
| HSL | 270.78º | 0.51% | 0.44% | - |
| HSV(B) | 270.78º | 0.68% | 0.67% | - |
| XYZ | 15.56 | 9.21 | 38.99 | - |
| YUV | 85.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 170 | 0.33 | 0.68 | 0 | 0.33 | 270.78 | 0.51 | 0.44 |
| Hex | 72 | 37 | AA | 21 | 44 | 0 | 21 | 10F | 33 | 2C |
| Octal | 162 | 67 | 252 | 41 | 104 | 0 | 41 | 417 | 63 | 54 |
| Binary | 1110010 | 110111 | 10101010 | 100001 | 1000100 | 0 | 100001 | 100001111 | 110011 | 101100 |
Color Harmonies of #7237AA
Complementary color
Monochromatic Colors of #7237AA
Black with #7237AA
Text Example
Text Example
White with #7237AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7237AA; }
p { color: rgb(114,55,170); }
H1.HeaderClassName
{
color: #7237AA;
}
.AnyTagClassName
{
color: #7237AA;
}
</style>
background-color css
<style>
a { background-color: #7237AA; }
a { background-color: rgb(114,55,170); }
div.DivClassName
{
background-color: #7237AA;
}
.BgClassName
{
background-color: #7237AA;
}
</style>
border-color css
<style>
span { border-color: #7237AA; }
span { border-color: rgb(114,55,170); }
td.TdClassName
{
border-color: #7237AA;
}
.TagClassName
{
border-color: #7237AA;
}
</style>