Shades of Royal Purple #7233AB
Tints of Royal Purple #7233AB
RGB
CMYK
RGB Variations
Color information
#7233AB (or 0x7233AB) is known color: Royal Purple. HEX triplet: 72, 33 and AB. RGB value is (114,51,171). Sum of RGB (Red+Green+Blue) = 114+51+171=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #7233AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7233AB is #8DCC54. Grayscale: #535353. Windows color (decimal): -9292885 or 11219826. OLE color: 11219826.
HSL color Cylindrical-coordinate representation of color #7233AB: hue angle of 271.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7233AB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 51 | 171 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.33 |
| HSL | 271.5º | 0.54% | 0.44% | - |
| HSV(B) | 271.5º | 0.7% | 0.67% | - |
| XYZ | 15.47 | 8.89 | 39.43 | - |
| YUV | 83.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 171 | 0.33 | 0.70 | 0 | 0.33 | 271.5 | 0.54 | 0.44 |
| Hex | 72 | 33 | AB | 21 | 46 | 0 | 21 | 110 | 36 | 2C |
| Octal | 162 | 63 | 253 | 41 | 106 | 0 | 41 | 420 | 66 | 54 |
| Binary | 1110010 | 110011 | 10101011 | 100001 | 1000110 | 0 | 100001 | 100010000 | 110110 | 101100 |
Color Harmonies of #7233AB
Complementary color
Monochromatic Colors of #7233AB
Black with #7233AB
Text Example
Text Example
White with #7233AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7233AB; }
p { color: rgb(114,51,171); }
H1.HeaderClassName
{
color: #7233AB;
}
.AnyTagClassName
{
color: #7233AB;
}
</style>
background-color css
<style>
a { background-color: #7233AB; }
a { background-color: rgb(114,51,171); }
div.DivClassName
{
background-color: #7233AB;
}
.BgClassName
{
background-color: #7233AB;
}
</style>
border-color css
<style>
span { border-color: #7233AB; }
span { border-color: rgb(114,51,171); }
td.TdClassName
{
border-color: #7233AB;
}
.TagClassName
{
border-color: #7233AB;
}
</style>