Shades of Vivid Violet #723991
Tints of Vivid Violet #723991
RGB
CMYK
RGB Variations
Color information
#723991 (or 0x723991) is known color: Vivid Violet. HEX triplet: 72, 39 and 91. RGB value is (114,57,145). Sum of RGB (Red+Green+Blue) = 114+57+145=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #723991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723991 is #8DC66E. Grayscale: #535353. Windows color (decimal): -9291375 or 9517426. OLE color: 9517426.
HSL color Cylindrical-coordinate representation of color #723991: hue angle of 278.86º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #723991 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 57 | 145 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.43 |
| HSL | 278.86º | 0.44% | 0.4% | - |
| HSV(B) | 278.86º | 0.61% | 0.57% | - |
| XYZ | 13.51 | 8.55 | 27.73 | - |
| YUV | 84.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 145 | 0.21 | 0.61 | 0 | 0.43 | 278.86 | 0.44 | 0.4 |
| Hex | 72 | 39 | 91 | 15 | 3D | 0 | 2B | 117 | 2C | 28 |
| Octal | 162 | 71 | 221 | 25 | 75 | 0 | 53 | 427 | 54 | 50 |
| Binary | 1110010 | 111001 | 10010001 | 10101 | 111101 | 0 | 101011 | 100010111 | 101100 | 101000 |
Color Harmonies of #723991
Complementary color
Monochromatic Colors of #723991
Black with #723991
Text Example
Text Example
White with #723991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723991; }
p { color: rgb(114,57,145); }
H1.HeaderClassName
{
color: #723991;
}
.AnyTagClassName
{
color: #723991;
}
</style>
background-color css
<style>
a { background-color: #723991; }
a { background-color: rgb(114,57,145); }
div.DivClassName
{
background-color: #723991;
}
.BgClassName
{
background-color: #723991;
}
</style>
border-color css
<style>
span { border-color: #723991; }
span { border-color: rgb(114,57,145); }
td.TdClassName
{
border-color: #723991;
}
.TagClassName
{
border-color: #723991;
}
</style>