Shades of Vivid Violet #723091
Tints of Vivid Violet #723091
RGB
CMYK
RGB Variations
Color information
#723091 (or 0x723091) is known color: Vivid Violet. HEX triplet: 72, 30 and 91. RGB value is (114,48,145). Sum of RGB (Red+Green+Blue) = 114+48+145=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #723091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723091 is #8DCF6E. Grayscale: #4E4E4E. Windows color (decimal): -9293679 or 9515122. OLE color: 9515122.
HSL color Cylindrical-coordinate representation of color #723091: hue angle of 280.82º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #723091 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 48 | 145 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.43 |
| HSL | 280.82º | 0.5% | 0.38% | - |
| HSV(B) | 280.82º | 0.67% | 0.57% | - |
| XYZ | 13.11 | 7.74 | 27.59 | - |
| YUV | 78.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 145 | 0.21 | 0.67 | 0 | 0.43 | 280.82 | 0.5 | 0.38 |
| Hex | 72 | 30 | 91 | 15 | 43 | 0 | 2B | 119 | 32 | 26 |
| Octal | 162 | 60 | 221 | 25 | 103 | 0 | 53 | 431 | 62 | 46 |
| Binary | 1110010 | 110000 | 10010001 | 10101 | 1000011 | 0 | 101011 | 100011001 | 110010 | 100110 |
Color Harmonies of #723091
Complementary color
Monochromatic Colors of #723091
Black with #723091
Text Example
Text Example
White with #723091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723091; }
p { color: rgb(114,48,145); }
H1.HeaderClassName
{
color: #723091;
}
.AnyTagClassName
{
color: #723091;
}
</style>
background-color css
<style>
a { background-color: #723091; }
a { background-color: rgb(114,48,145); }
div.DivClassName
{
background-color: #723091;
}
.BgClassName
{
background-color: #723091;
}
</style>
border-color css
<style>
span { border-color: #723091; }
span { border-color: rgb(114,48,145); }
td.TdClassName
{
border-color: #723091;
}
.TagClassName
{
border-color: #723091;
}
</style>