Shades of Royal Purple #723099
Tints of Royal Purple #723099
RGB
CMYK
RGB Variations
Color information
#723099 (or 0x723099) is known color: Royal Purple. HEX triplet: 72, 30 and 99. RGB value is (114,48,153). Sum of RGB (Red+Green+Blue) = 114+48+153=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #723099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723099 is #8DCF66. Grayscale: #4F4F4F. Windows color (decimal): -9293671 or 10039410. OLE color: 10039410.
HSL color Cylindrical-coordinate representation of color #723099: hue angle of 277.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #723099 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 48 | 153 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.4 |
| HSL | 277.71º | 0.52% | 0.39% | - |
| HSV(B) | 277.71º | 0.69% | 0.6% | - |
| XYZ | 13.75 | 7.99 | 30.95 | - |
| YUV | 79.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 153 | 0.25 | 0.69 | 0 | 0.4 | 277.71 | 0.52 | 0.39 |
| Hex | 72 | 30 | 99 | 19 | 45 | 0 | 28 | 116 | 34 | 27 |
| Octal | 162 | 60 | 231 | 31 | 105 | 0 | 50 | 426 | 64 | 47 |
| Binary | 1110010 | 110000 | 10011001 | 11001 | 1000101 | 0 | 101000 | 100010110 | 110100 | 100111 |
Color Harmonies of #723099
Complementary color
Monochromatic Colors of #723099
Black with #723099
Text Example
Text Example
White with #723099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723099; }
p { color: rgb(114,48,153); }
H1.HeaderClassName
{
color: #723099;
}
.AnyTagClassName
{
color: #723099;
}
</style>
background-color css
<style>
a { background-color: #723099; }
a { background-color: rgb(114,48,153); }
div.DivClassName
{
background-color: #723099;
}
.BgClassName
{
background-color: #723099;
}
</style>
border-color css
<style>
span { border-color: #723099; }
span { border-color: rgb(114,48,153); }
td.TdClassName
{
border-color: #723099;
}
.TagClassName
{
border-color: #723099;
}
</style>