Shades of Vivid Violet #753190
Tints of Vivid Violet #753190
RGB
CMYK
RGB Variations
Color information
#753190 (or 0x753190) is known color: Vivid Violet. HEX triplet: 75, 31 and 90. RGB value is (117,49,144). Sum of RGB (Red+Green+Blue) = 117+49+144=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #753190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753190 is #8ACE6F. Grayscale: #4F4F4F. Windows color (decimal): -9096816 or 9449845. OLE color: 9449845.
HSL color Cylindrical-coordinate representation of color #753190: hue angle of 282.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753190 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 49 | 144 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.44 |
| HSL | 282.95º | 0.49% | 0.38% | - |
| HSV(B) | 282.95º | 0.66% | 0.56% | - |
| XYZ | 13.47 | 7.99 | 27.22 | - |
| YUV | 80.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 144 | 0.19 | 0.66 | 0 | 0.44 | 282.95 | 0.49 | 0.38 |
| Hex | 75 | 31 | 90 | 13 | 42 | 0 | 2C | 11B | 31 | 26 |
| Octal | 165 | 61 | 220 | 23 | 102 | 0 | 54 | 433 | 61 | 46 |
| Binary | 1110101 | 110001 | 10010000 | 10011 | 1000010 | 0 | 101100 | 100011011 | 110001 | 100110 |
Color Harmonies of #753190
Complementary color
Monochromatic Colors of #753190
Black with #753190
Text Example
Text Example
White with #753190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753190; }
p { color: rgb(117,49,144); }
H1.HeaderClassName
{
color: #753190;
}
.AnyTagClassName
{
color: #753190;
}
</style>
background-color css
<style>
a { background-color: #753190; }
a { background-color: rgb(117,49,144); }
div.DivClassName
{
background-color: #753190;
}
.BgClassName
{
background-color: #753190;
}
</style>
border-color css
<style>
span { border-color: #753190; }
span { border-color: rgb(117,49,144); }
td.TdClassName
{
border-color: #753190;
}
.TagClassName
{
border-color: #753190;
}
</style>