Shades of Vivid Violet #753F91
Tints of Vivid Violet #753F91
RGB
CMYK
RGB Variations
Color information
#753F91 (or 0x753F91) is known color: Vivid Violet. HEX triplet: 75, 3F and 91. RGB value is (117,63,145). Sum of RGB (Red+Green+Blue) = 117+63+145=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #753F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753F91 is #8AC06E. Grayscale: #585858. Windows color (decimal): -9093231 or 9518965. OLE color: 9518965.
HSL color Cylindrical-coordinate representation of color #753F91: hue angle of 279.51º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753F91 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 63 | 145 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.43 |
| HSL | 279.51º | 0.39% | 0.41% | - |
| HSV(B) | 279.51º | 0.57% | 0.57% | - |
| XYZ | 14.22 | 9.38 | 27.85 | - |
| YUV | 88.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 145 | 0.19 | 0.57 | 0 | 0.43 | 279.51 | 0.39 | 0.41 |
| Hex | 75 | 3F | 91 | 13 | 39 | 0 | 2B | 118 | 27 | 29 |
| Octal | 165 | 77 | 221 | 23 | 71 | 0 | 53 | 430 | 47 | 51 |
| Binary | 1110101 | 111111 | 10010001 | 10011 | 111001 | 0 | 101011 | 100011000 | 100111 | 101001 |
Color Harmonies of #753F91
Complementary color
Monochromatic Colors of #753F91
Black with #753F91
Text Example
Text Example
White with #753F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F91; }
p { color: rgb(117,63,145); }
H1.HeaderClassName
{
color: #753F91;
}
.AnyTagClassName
{
color: #753F91;
}
</style>
background-color css
<style>
a { background-color: #753F91; }
a { background-color: rgb(117,63,145); }
div.DivClassName
{
background-color: #753F91;
}
.BgClassName
{
background-color: #753F91;
}
</style>
border-color css
<style>
span { border-color: #753F91; }
span { border-color: rgb(117,63,145); }
td.TdClassName
{
border-color: #753F91;
}
.TagClassName
{
border-color: #753F91;
}
</style>