Shades of Royal Purple #723BAB
Tints of Royal Purple #723BAB
RGB
CMYK
RGB Variations
Color information
#723BAB (or 0x723BAB) is known color: Royal Purple. HEX triplet: 72, 3B and AB. RGB value is (114,59,171). Sum of RGB (Red+Green+Blue) = 114+59+171=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #723BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723BAB is #8DC454. Grayscale: #575757. Windows color (decimal): -9290837 or 11221874. OLE color: 11221874.
HSL color Cylindrical-coordinate representation of color #723BAB: hue angle of 269.46º degrees, saturation: 0.49, 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 #723BAB is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 59 | 171 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.33 |
| HSL | 269.46º | 0.49% | 0.45% | - |
| HSV(B) | 269.46º | 0.65% | 0.67% | - |
| XYZ | 15.85 | 9.65 | 39.55 | - |
| YUV | 88.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 171 | 0.33 | 0.65 | 0 | 0.33 | 269.46 | 0.49 | 0.45 |
| Hex | 72 | 3B | AB | 21 | 41 | 0 | 21 | 10D | 31 | 2D |
| Octal | 162 | 73 | 253 | 41 | 101 | 0 | 41 | 415 | 61 | 55 |
| Binary | 1110010 | 111011 | 10101011 | 100001 | 1000001 | 0 | 100001 | 100001101 | 110001 | 101101 |
Color Harmonies of #723BAB
Complementary color
Monochromatic Colors of #723BAB
Black with #723BAB
Text Example
Text Example
White with #723BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723BAB; }
p { color: rgb(114,59,171); }
H1.HeaderClassName
{
color: #723BAB;
}
.AnyTagClassName
{
color: #723BAB;
}
</style>
background-color css
<style>
a { background-color: #723BAB; }
a { background-color: rgb(114,59,171); }
div.DivClassName
{
background-color: #723BAB;
}
.BgClassName
{
background-color: #723BAB;
}
</style>
border-color css
<style>
span { border-color: #723BAB; }
span { border-color: rgb(114,59,171); }
td.TdClassName
{
border-color: #723BAB;
}
.TagClassName
{
border-color: #723BAB;
}
</style>