Shades of Vivid Violet #723990
Tints of Vivid Violet #723990
RGB
CMYK
RGB Variations
Color information
#723990 (or 0x723990) is known color: Vivid Violet. HEX triplet: 72, 39 and 90. RGB value is (114,57,144). Sum of RGB (Red+Green+Blue) = 114+57+144=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #723990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723990 is #8DC66F. Grayscale: #535353. Windows color (decimal): -9291376 or 9451890. OLE color: 9451890.
HSL color Cylindrical-coordinate representation of color #723990: hue angle of 279.31º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #723990 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 57 | 144 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.44 |
| HSL | 279.31º | 0.43% | 0.39% | - |
| HSV(B) | 279.31º | 0.6% | 0.56% | - |
| XYZ | 13.44 | 8.52 | 27.32 | - |
| YUV | 83.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 144 | 0.21 | 0.60 | 0 | 0.44 | 279.31 | 0.43 | 0.39 |
| Hex | 72 | 39 | 90 | 15 | 3C | 0 | 2C | 117 | 2B | 27 |
| Octal | 162 | 71 | 220 | 25 | 74 | 0 | 54 | 427 | 53 | 47 |
| Binary | 1110010 | 111001 | 10010000 | 10101 | 111100 | 0 | 101100 | 100010111 | 101011 | 100111 |
Color Harmonies of #723990
Complementary color
Monochromatic Colors of #723990
Black with #723990
Text Example
Text Example
White with #723990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723990; }
p { color: rgb(114,57,144); }
H1.HeaderClassName
{
color: #723990;
}
.AnyTagClassName
{
color: #723990;
}
</style>
background-color css
<style>
a { background-color: #723990; }
a { background-color: rgb(114,57,144); }
div.DivClassName
{
background-color: #723990;
}
.BgClassName
{
background-color: #723990;
}
</style>
border-color css
<style>
span { border-color: #723990; }
span { border-color: rgb(114,57,144); }
td.TdClassName
{
border-color: #723990;
}
.TagClassName
{
border-color: #723990;
}
</style>