Shades of Vivid Violet #723295
Tints of Vivid Violet #723295
RGB
CMYK
RGB Variations
Color information
#723295 (or 0x723295) is known color: Vivid Violet. HEX triplet: 72, 32 and 95. RGB value is (114,50,149). Sum of RGB (Red+Green+Blue) = 114+50+149=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #723295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723295 is #8DCD6A. Grayscale: #505050. Windows color (decimal): -9293163 or 9777778. OLE color: 9777778.
HSL color Cylindrical-coordinate representation of color #723295: hue angle of 278.79º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #723295 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 50 | 149 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.42 |
| HSL | 278.79º | 0.5% | 0.39% | - |
| HSV(B) | 278.79º | 0.66% | 0.58% | - |
| XYZ | 13.5 | 8.03 | 29.27 | - |
| YUV | 80.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 149 | 0.23 | 0.66 | 0 | 0.42 | 278.79 | 0.5 | 0.39 |
| Hex | 72 | 32 | 95 | 17 | 42 | 0 | 2A | 117 | 32 | 27 |
| Octal | 162 | 62 | 225 | 27 | 102 | 0 | 52 | 427 | 62 | 47 |
| Binary | 1110010 | 110010 | 10010101 | 10111 | 1000010 | 0 | 101010 | 100010111 | 110010 | 100111 |
Color Harmonies of #723295
Complementary color
Monochromatic Colors of #723295
Black with #723295
Text Example
Text Example
White with #723295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723295; }
p { color: rgb(114,50,149); }
H1.HeaderClassName
{
color: #723295;
}
.AnyTagClassName
{
color: #723295;
}
</style>
background-color css
<style>
a { background-color: #723295; }
a { background-color: rgb(114,50,149); }
div.DivClassName
{
background-color: #723295;
}
.BgClassName
{
background-color: #723295;
}
</style>
border-color css
<style>
span { border-color: #723295; }
span { border-color: rgb(114,50,149); }
td.TdClassName
{
border-color: #723295;
}
.TagClassName
{
border-color: #723295;
}
</style>