Shades of Royal Purple #723C92
Tints of Royal Purple #723C92
RGB
CMYK
RGB Variations
Color information
#723C92 (or 0x723C92) is known color: Royal Purple. HEX triplet: 72, 3C and 92. RGB value is (114,60,146). Sum of RGB (Red+Green+Blue) = 114+60+146=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #723C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723C92 is #8DC36D. Grayscale: #555555. Windows color (decimal): -9290606 or 9583730. OLE color: 9583730.
HSL color Cylindrical-coordinate representation of color #723C92: hue angle of 277.67º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #723C92 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 60 | 146 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.43 |
| HSL | 277.67º | 0.42% | 0.4% | - |
| HSV(B) | 277.67º | 0.59% | 0.57% | - |
| XYZ | 13.74 | 8.88 | 28.18 | - |
| YUV | 85.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 146 | 0.22 | 0.59 | 0 | 0.43 | 277.67 | 0.42 | 0.4 |
| Hex | 72 | 3C | 92 | 16 | 3B | 0 | 2B | 116 | 2A | 28 |
| Octal | 162 | 74 | 222 | 26 | 73 | 0 | 53 | 426 | 52 | 50 |
| Binary | 1110010 | 111100 | 10010010 | 10110 | 111011 | 0 | 101011 | 100010110 | 101010 | 101000 |
Color Harmonies of #723C92
Complementary color
Monochromatic Colors of #723C92
Black with #723C92
Text Example
Text Example
White with #723C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723C92; }
p { color: rgb(114,60,146); }
H1.HeaderClassName
{
color: #723C92;
}
.AnyTagClassName
{
color: #723C92;
}
</style>
background-color css
<style>
a { background-color: #723C92; }
a { background-color: rgb(114,60,146); }
div.DivClassName
{
background-color: #723C92;
}
.BgClassName
{
background-color: #723C92;
}
</style>
border-color css
<style>
span { border-color: #723C92; }
span { border-color: rgb(114,60,146); }
td.TdClassName
{
border-color: #723C92;
}
.TagClassName
{
border-color: #723C92;
}
</style>