Shades of Royal Purple #723895
Tints of Royal Purple #723895
RGB
CMYK
RGB Variations
Color information
#723895 (or 0x723895) is known color: Royal Purple. HEX triplet: 72, 38 and 95. RGB value is (114,56,149). Sum of RGB (Red+Green+Blue) = 114+56+149=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #723895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723895 is #8DC76A. Grayscale: #535353. Windows color (decimal): -9291627 or 9779314. OLE color: 9779314.
HSL color Cylindrical-coordinate representation of color #723895: hue angle of 277.42º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #723895 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 56 | 149 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.42 |
| HSL | 277.42º | 0.45% | 0.4% | - |
| HSV(B) | 277.42º | 0.62% | 0.58% | - |
| XYZ | 13.78 | 8.58 | 29.36 | - |
| YUV | 83.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 149 | 0.23 | 0.62 | 0 | 0.42 | 277.42 | 0.45 | 0.4 |
| Hex | 72 | 38 | 95 | 17 | 3E | 0 | 2A | 115 | 2D | 28 |
| Octal | 162 | 70 | 225 | 27 | 76 | 0 | 52 | 425 | 55 | 50 |
| Binary | 1110010 | 111000 | 10010101 | 10111 | 111110 | 0 | 101010 | 100010101 | 101101 | 101000 |
Color Harmonies of #723895
Complementary color
Monochromatic Colors of #723895
Black with #723895
Text Example
Text Example
White with #723895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723895; }
p { color: rgb(114,56,149); }
H1.HeaderClassName
{
color: #723895;
}
.AnyTagClassName
{
color: #723895;
}
</style>
background-color css
<style>
a { background-color: #723895; }
a { background-color: rgb(114,56,149); }
div.DivClassName
{
background-color: #723895;
}
.BgClassName
{
background-color: #723895;
}
</style>
border-color css
<style>
span { border-color: #723895; }
span { border-color: rgb(114,56,149); }
td.TdClassName
{
border-color: #723895;
}
.TagClassName
{
border-color: #723895;
}
</style>