Shades of Vivid Violet #723493
Tints of Vivid Violet #723493
RGB
CMYK
RGB Variations
Color information
#723493 (or 0x723493) is known color: Vivid Violet. HEX triplet: 72, 34 and 93. RGB value is (114,52,147). Sum of RGB (Red+Green+Blue) = 114+52+147=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #723493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723493 is #8DCB6C. Grayscale: #515151. Windows color (decimal): -9292653 or 9647218. OLE color: 9647218.
HSL color Cylindrical-coordinate representation of color #723493: hue angle of 279.16º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #723493 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 52 | 147 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.42 |
| HSL | 279.16º | 0.48% | 0.39% | - |
| HSV(B) | 279.16º | 0.65% | 0.58% | - |
| XYZ | 13.43 | 8.14 | 28.47 | - |
| YUV | 81.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 147 | 0.22 | 0.65 | 0 | 0.42 | 279.16 | 0.48 | 0.39 |
| Hex | 72 | 34 | 93 | 16 | 41 | 0 | 2A | 117 | 30 | 27 |
| Octal | 162 | 64 | 223 | 26 | 101 | 0 | 52 | 427 | 60 | 47 |
| Binary | 1110010 | 110100 | 10010011 | 10110 | 1000001 | 0 | 101010 | 100010111 | 110000 | 100111 |
Color Harmonies of #723493
Complementary color
Monochromatic Colors of #723493
Black with #723493
Text Example
Text Example
White with #723493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723493; }
p { color: rgb(114,52,147); }
H1.HeaderClassName
{
color: #723493;
}
.AnyTagClassName
{
color: #723493;
}
</style>
background-color css
<style>
a { background-color: #723493; }
a { background-color: rgb(114,52,147); }
div.DivClassName
{
background-color: #723493;
}
.BgClassName
{
background-color: #723493;
}
</style>
border-color css
<style>
span { border-color: #723493; }
span { border-color: rgb(114,52,147); }
td.TdClassName
{
border-color: #723493;
}
.TagClassName
{
border-color: #723493;
}
</style>