Shades of Vivid Violet #753A96
Tints of Vivid Violet #753A96
RGB
CMYK
RGB Variations
Color information
#753A96 (or 0x753A96) is known color: Vivid Violet. HEX triplet: 75, 3A and 96. RGB value is (117,58,150). Sum of RGB (Red+Green+Blue) = 117+58+150=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #753A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753A96 is #8AC569. Grayscale: #555555. Windows color (decimal): -9094506 or 9845365. OLE color: 9845365.
HSL color Cylindrical-coordinate representation of color #753A96: hue angle of 278.48º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #753A96 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 58 | 150 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.41 |
| HSL | 278.48º | 0.44% | 0.41% | - |
| HSV(B) | 278.48º | 0.61% | 0.59% | - |
| XYZ | 14.35 | 9.01 | 29.84 | - |
| YUV | 86.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 150 | 0.22 | 0.61 | 0 | 0.41 | 278.48 | 0.44 | 0.41 |
| Hex | 75 | 3A | 96 | 16 | 3D | 0 | 29 | 116 | 2C | 29 |
| Octal | 165 | 72 | 226 | 26 | 75 | 0 | 51 | 426 | 54 | 51 |
| Binary | 1110101 | 111010 | 10010110 | 10110 | 111101 | 0 | 101001 | 100010110 | 101100 | 101001 |
Color Harmonies of #753A96
Complementary color
Monochromatic Colors of #753A96
Black with #753A96
Text Example
Text Example
White with #753A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A96; }
p { color: rgb(117,58,150); }
H1.HeaderClassName
{
color: #753A96;
}
.AnyTagClassName
{
color: #753A96;
}
</style>
background-color css
<style>
a { background-color: #753A96; }
a { background-color: rgb(117,58,150); }
div.DivClassName
{
background-color: #753A96;
}
.BgClassName
{
background-color: #753A96;
}
</style>
border-color css
<style>
span { border-color: #753A96; }
span { border-color: rgb(117,58,150); }
td.TdClassName
{
border-color: #753A96;
}
.TagClassName
{
border-color: #753A96;
}
</style>