Shades of Royal Purple #7231AA
Tints of Royal Purple #7231AA
RGB
CMYK
RGB Variations
Color information
#7231AA (or 0x7231AA) is known color: Royal Purple. HEX triplet: 72, 31 and AA. RGB value is (114,49,170). Sum of RGB (Red+Green+Blue) = 114+49+170=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #7231AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7231AA is #8DCE55. Grayscale: #515151. Windows color (decimal): -9293398 or 11153778. OLE color: 11153778.
HSL color Cylindrical-coordinate representation of color #7231AA: hue angle of 272.23º 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 #7231AA is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 49 | 170 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.33 |
| HSL | 272.23º | 0.55% | 0.43% | - |
| HSV(B) | 272.23º | 0.71% | 0.67% | - |
| XYZ | 15.29 | 8.68 | 38.9 | - |
| YUV | 82.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 170 | 0.33 | 0.71 | 0 | 0.33 | 272.23 | 0.55 | 0.43 |
| Hex | 72 | 31 | AA | 21 | 47 | 0 | 21 | 110 | 37 | 2B |
| Octal | 162 | 61 | 252 | 41 | 107 | 0 | 41 | 420 | 67 | 53 |
| Binary | 1110010 | 110001 | 10101010 | 100001 | 1000111 | 0 | 100001 | 100010000 | 110111 | 101011 |
Color Harmonies of #7231AA
Complementary color
Monochromatic Colors of #7231AA
Black with #7231AA
Text Example
Text Example
White with #7231AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7231AA; }
p { color: rgb(114,49,170); }
H1.HeaderClassName
{
color: #7231AA;
}
.AnyTagClassName
{
color: #7231AA;
}
</style>
background-color css
<style>
a { background-color: #7231AA; }
a { background-color: rgb(114,49,170); }
div.DivClassName
{
background-color: #7231AA;
}
.BgClassName
{
background-color: #7231AA;
}
</style>
border-color css
<style>
span { border-color: #7231AA; }
span { border-color: rgb(114,49,170); }
td.TdClassName
{
border-color: #7231AA;
}
.TagClassName
{
border-color: #7231AA;
}
</style>