Shades of Royal Purple #723EA2
Tints of Royal Purple #723EA2
RGB
CMYK
RGB Variations
Color information
#723EA2 (or 0x723EA2) is known color: Royal Purple. HEX triplet: 72, 3E and A2. RGB value is (114,62,162). Sum of RGB (Red+Green+Blue) = 114+62+162=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #723EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723EA2 is #8DC15D. Grayscale: #585858. Windows color (decimal): -9290078 or 10632818. OLE color: 10632818.
HSL color Cylindrical-coordinate representation of color #723EA2: hue angle of 271.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #723EA2 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 62 | 162 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.36 |
| HSL | 271.2º | 0.45% | 0.44% | - |
| HSV(B) | 271.2º | 0.62% | 0.64% | - |
| XYZ | 15.18 | 9.63 | 35.24 | - |
| YUV | 88.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 162 | 0.30 | 0.62 | 0 | 0.36 | 271.2 | 0.45 | 0.44 |
| Hex | 72 | 3E | A2 | 1E | 3E | 0 | 24 | 10F | 2D | 2C |
| Octal | 162 | 76 | 242 | 36 | 76 | 0 | 44 | 417 | 55 | 54 |
| Binary | 1110010 | 111110 | 10100010 | 11110 | 111110 | 0 | 100100 | 100001111 | 101101 | 101100 |
Color Harmonies of #723EA2
Complementary color
Monochromatic Colors of #723EA2
Black with #723EA2
Text Example
Text Example
White with #723EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723EA2; }
p { color: rgb(114,62,162); }
H1.HeaderClassName
{
color: #723EA2;
}
.AnyTagClassName
{
color: #723EA2;
}
</style>
background-color css
<style>
a { background-color: #723EA2; }
a { background-color: rgb(114,62,162); }
div.DivClassName
{
background-color: #723EA2;
}
.BgClassName
{
background-color: #723EA2;
}
</style>
border-color css
<style>
span { border-color: #723EA2; }
span { border-color: rgb(114,62,162); }
td.TdClassName
{
border-color: #723EA2;
}
.TagClassName
{
border-color: #723EA2;
}
</style>