Shades of Vivid Violet #732290
Tints of Vivid Violet #732290
RGB
CMYK
RGB Variations
Color information
#732290 (or 0x732290) is known color: Vivid Violet. HEX triplet: 73, 22 and 90. RGB value is (115,34,144). Sum of RGB (Red+Green+Blue) = 115+34+144=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #732290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732290 is #8CDD6F. Grayscale: #464646. Windows color (decimal): -9231728 or 9446003. OLE color: 9446003.
HSL color Cylindrical-coordinate representation of color #732290: hue angle of 284.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #732290 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 34 | 144 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.44 |
| HSL | 284.18º | 0.62% | 0.35% | - |
| HSV(B) | 284.18º | 0.76% | 0.56% | - |
| XYZ | 12.68 | 6.8 | 27.03 | - |
| YUV | 70.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 144 | 0.20 | 0.76 | 0 | 0.44 | 284.18 | 0.62 | 0.35 |
| Hex | 73 | 22 | 90 | 14 | 4C | 0 | 2C | 11C | 3E | 23 |
| Octal | 163 | 42 | 220 | 24 | 114 | 0 | 54 | 434 | 76 | 43 |
| Binary | 1110011 | 100010 | 10010000 | 10100 | 1001100 | 0 | 101100 | 100011100 | 111110 | 100011 |
Color Harmonies of #732290
Complementary color
Monochromatic Colors of #732290
Black with #732290
Text Example
Text Example
White with #732290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732290; }
p { color: rgb(115,34,144); }
H1.HeaderClassName
{
color: #732290;
}
.AnyTagClassName
{
color: #732290;
}
</style>
background-color css
<style>
a { background-color: #732290; }
a { background-color: rgb(115,34,144); }
div.DivClassName
{
background-color: #732290;
}
.BgClassName
{
background-color: #732290;
}
</style>
border-color css
<style>
span { border-color: #732290; }
span { border-color: rgb(115,34,144); }
td.TdClassName
{
border-color: #732290;
}
.TagClassName
{
border-color: #732290;
}
</style>