Shades of Vivid Violet #753496
Tints of Vivid Violet #753496
RGB
CMYK
RGB Variations
Color information
#753496 (or 0x753496) is known color: Vivid Violet. HEX triplet: 75, 34 and 96. RGB value is (117,52,150). Sum of RGB (Red+Green+Blue) = 117+52+150=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #753496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753496 is #8ACB69. Grayscale: #525252. Windows color (decimal): -9096042 or 9843829. OLE color: 9843829.
HSL color Cylindrical-coordinate representation of color #753496: hue angle of 279.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753496 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 52 | 150 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.41 |
| HSL | 279.8º | 0.49% | 0.4% | - |
| HSV(B) | 279.8º | 0.65% | 0.59% | - |
| XYZ | 14.07 | 8.44 | 29.74 | - |
| YUV | 82.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 150 | 0.22 | 0.65 | 0 | 0.41 | 279.8 | 0.49 | 0.4 |
| Hex | 75 | 34 | 96 | 16 | 41 | 0 | 29 | 118 | 31 | 28 |
| Octal | 165 | 64 | 226 | 26 | 101 | 0 | 51 | 430 | 61 | 50 |
| Binary | 1110101 | 110100 | 10010110 | 10110 | 1000001 | 0 | 101001 | 100011000 | 110001 | 101000 |
Color Harmonies of #753496
Complementary color
Monochromatic Colors of #753496
Black with #753496
Text Example
Text Example
White with #753496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753496; }
p { color: rgb(117,52,150); }
H1.HeaderClassName
{
color: #753496;
}
.AnyTagClassName
{
color: #753496;
}
</style>
background-color css
<style>
a { background-color: #753496; }
a { background-color: rgb(117,52,150); }
div.DivClassName
{
background-color: #753496;
}
.BgClassName
{
background-color: #753496;
}
</style>
border-color css
<style>
span { border-color: #753496; }
span { border-color: rgb(117,52,150); }
td.TdClassName
{
border-color: #753496;
}
.TagClassName
{
border-color: #753496;
}
</style>