Shades of Royal Purple #723BAA
Tints of Royal Purple #723BAA
RGB
CMYK
RGB Variations
Color information
#723BAA (or 0x723BAA) is known color: Royal Purple. HEX triplet: 72, 3B and AA. RGB value is (114,59,170). Sum of RGB (Red+Green+Blue) = 114+59+170=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #723BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723BAA is #8DC455. Grayscale: #575757. Windows color (decimal): -9290838 or 11156338. OLE color: 11156338.
HSL color Cylindrical-coordinate representation of color #723BAA: hue angle of 269.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #723BAA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 59 | 170 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.33 |
| HSL | 269.73º | 0.48% | 0.45% | - |
| HSV(B) | 269.73º | 0.65% | 0.67% | - |
| XYZ | 15.76 | 9.61 | 39.05 | - |
| YUV | 88.1 | 174.22 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 170 | 0.33 | 0.65 | 0 | 0.33 | 269.73 | 0.48 | 0.45 |
| Hex | 72 | 3B | AA | 21 | 41 | 0 | 21 | 10E | 30 | 2D |
| Octal | 162 | 73 | 252 | 41 | 101 | 0 | 41 | 416 | 60 | 55 |
| Binary | 1110010 | 111011 | 10101010 | 100001 | 1000001 | 0 | 100001 | 100001110 | 110000 | 101101 |
Color Harmonies of #723BAA
Complementary color
Monochromatic Colors of #723BAA
Black with #723BAA
Text Example
Text Example
White with #723BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723BAA; }
p { color: rgb(114,59,170); }
H1.HeaderClassName
{
color: #723BAA;
}
.AnyTagClassName
{
color: #723BAA;
}
</style>
background-color css
<style>
a { background-color: #723BAA; }
a { background-color: rgb(114,59,170); }
div.DivClassName
{
background-color: #723BAA;
}
.BgClassName
{
background-color: #723BAA;
}
</style>
border-color css
<style>
span { border-color: #723BAA; }
span { border-color: rgb(114,59,170); }
td.TdClassName
{
border-color: #723BAA;
}
.TagClassName
{
border-color: #723BAA;
}
</style>