Shades of Royal Purple #7235AA
Tints of Royal Purple #7235AA
RGB
CMYK
RGB Variations
Color information
#7235AA (or 0x7235AA) is known color: Royal Purple. HEX triplet: 72, 35 and AA. RGB value is (114,53,170). Sum of RGB (Red+Green+Blue) = 114+53+170=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #7235AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7235AA is #8DCA55. Grayscale: #545454. Windows color (decimal): -9292374 or 11154802. OLE color: 11154802.
HSL color Cylindrical-coordinate representation of color #7235AA: hue angle of 271.28º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7235AA is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 53 | 170 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.33 |
| HSL | 271.28º | 0.52% | 0.44% | - |
| HSV(B) | 271.28º | 0.69% | 0.67% | - |
| XYZ | 15.47 | 9.03 | 38.96 | - |
| YUV | 84.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 170 | 0.33 | 0.69 | 0 | 0.33 | 271.28 | 0.52 | 0.44 |
| Hex | 72 | 35 | AA | 21 | 45 | 0 | 21 | 10F | 34 | 2C |
| Octal | 162 | 65 | 252 | 41 | 105 | 0 | 41 | 417 | 64 | 54 |
| Binary | 1110010 | 110101 | 10101010 | 100001 | 1000101 | 0 | 100001 | 100001111 | 110100 | 101100 |
Color Harmonies of #7235AA
Complementary color
Monochromatic Colors of #7235AA
Black with #7235AA
Text Example
Text Example
White with #7235AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7235AA; }
p { color: rgb(114,53,170); }
H1.HeaderClassName
{
color: #7235AA;
}
.AnyTagClassName
{
color: #7235AA;
}
</style>
background-color css
<style>
a { background-color: #7235AA; }
a { background-color: rgb(114,53,170); }
div.DivClassName
{
background-color: #7235AA;
}
.BgClassName
{
background-color: #7235AA;
}
</style>
border-color css
<style>
span { border-color: #7235AA; }
span { border-color: rgb(114,53,170); }
td.TdClassName
{
border-color: #7235AA;
}
.TagClassName
{
border-color: #7235AA;
}
</style>