Shades of Royal Purple #723AB5
Tints of Royal Purple #723AB5
RGB
CMYK
RGB Variations
Color information
#723AB5 (or 0x723AB5) is known color: Royal Purple. HEX triplet: 72, 3A and B5. RGB value is (114,58,181). Sum of RGB (Red+Green+Blue) = 114+58+181=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #723AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723AB5 is #8DC54A. Grayscale: #585858. Windows color (decimal): -9291083 or 11876978. OLE color: 11876978.
HSL color Cylindrical-coordinate representation of color #723AB5: hue angle of 267.32º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #723AB5 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 58 | 181 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.29 |
| HSL | 267.32º | 0.51% | 0.47% | - |
| HSV(B) | 267.32º | 0.68% | 0.71% | - |
| XYZ | 16.79 | 9.94 | 44.75 | - |
| YUV | 88.77 | 180.05 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 181 | 0.37 | 0.68 | 0 | 0.29 | 267.32 | 0.51 | 0.47 |
| Hex | 72 | 3A | B5 | 25 | 44 | 0 | 1D | 10B | 33 | 2F |
| Octal | 162 | 72 | 265 | 45 | 104 | 0 | 35 | 413 | 63 | 57 |
| Binary | 1110010 | 111010 | 10110101 | 100101 | 1000100 | 0 | 11101 | 100001011 | 110011 | 101111 |
Color Harmonies of #723AB5
Complementary color
Monochromatic Colors of #723AB5
Black with #723AB5
Text Example
Text Example
White with #723AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723AB5; }
p { color: rgb(114,58,181); }
H1.HeaderClassName
{
color: #723AB5;
}
.AnyTagClassName
{
color: #723AB5;
}
</style>
background-color css
<style>
a { background-color: #723AB5; }
a { background-color: rgb(114,58,181); }
div.DivClassName
{
background-color: #723AB5;
}
.BgClassName
{
background-color: #723AB5;
}
</style>
border-color css
<style>
span { border-color: #723AB5; }
span { border-color: rgb(114,58,181); }
td.TdClassName
{
border-color: #723AB5;
}
.TagClassName
{
border-color: #723AB5;
}
</style>