Shades of Vivid Violet #723290
Tints of Vivid Violet #723290
RGB
CMYK
RGB Variations
Color information
#723290 (or 0x723290) is known color: Vivid Violet. HEX triplet: 72, 32 and 90. RGB value is (114,50,144). Sum of RGB (Red+Green+Blue) = 114+50+144=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #723290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723290 is #8DCD6F. Grayscale: #4F4F4F. Windows color (decimal): -9293168 or 9450098. OLE color: 9450098.
HSL color Cylindrical-coordinate representation of color #723290: hue angle of 280.85º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #723290 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 50 | 144 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.44 |
| HSL | 280.85º | 0.48% | 0.38% | - |
| HSV(B) | 280.85º | 0.65% | 0.56% | - |
| XYZ | 13.11 | 7.87 | 27.21 | - |
| YUV | 79.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 144 | 0.21 | 0.65 | 0 | 0.44 | 280.85 | 0.48 | 0.38 |
| Hex | 72 | 32 | 90 | 15 | 41 | 0 | 2C | 119 | 30 | 26 |
| Octal | 162 | 62 | 220 | 25 | 101 | 0 | 54 | 431 | 60 | 46 |
| Binary | 1110010 | 110010 | 10010000 | 10101 | 1000001 | 0 | 101100 | 100011001 | 110000 | 100110 |
Color Harmonies of #723290
Complementary color
Monochromatic Colors of #723290
Black with #723290
Text Example
Text Example
White with #723290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723290; }
p { color: rgb(114,50,144); }
H1.HeaderClassName
{
color: #723290;
}
.AnyTagClassName
{
color: #723290;
}
</style>
background-color css
<style>
a { background-color: #723290; }
a { background-color: rgb(114,50,144); }
div.DivClassName
{
background-color: #723290;
}
.BgClassName
{
background-color: #723290;
}
</style>
border-color css
<style>
span { border-color: #723290; }
span { border-color: rgb(114,50,144); }
td.TdClassName
{
border-color: #723290;
}
.TagClassName
{
border-color: #723290;
}
</style>