Shades of Vivid Violet #753F94
Tints of Vivid Violet #753F94
RGB
CMYK
RGB Variations
Color information
#753F94 (or 0x753F94) is known color: Vivid Violet. HEX triplet: 75, 3F and 94. RGB value is (117,63,148). Sum of RGB (Red+Green+Blue) = 117+63+148=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #753F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753F94 is #8AC06B. Grayscale: #585858. Windows color (decimal): -9093228 or 9715573. OLE color: 9715573.
HSL color Cylindrical-coordinate representation of color #753F94: hue angle of 278.12º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753F94 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 63 | 148 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.42 |
| HSL | 278.12º | 0.4% | 0.41% | - |
| HSV(B) | 278.12º | 0.57% | 0.58% | - |
| XYZ | 14.46 | 9.48 | 29.08 | - |
| YUV | 88.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 148 | 0.21 | 0.57 | 0 | 0.42 | 278.12 | 0.4 | 0.41 |
| Hex | 75 | 3F | 94 | 15 | 39 | 0 | 2A | 116 | 28 | 29 |
| Octal | 165 | 77 | 224 | 25 | 71 | 0 | 52 | 426 | 50 | 51 |
| Binary | 1110101 | 111111 | 10010100 | 10101 | 111001 | 0 | 101010 | 100010110 | 101000 | 101001 |
Color Harmonies of #753F94
Complementary color
Monochromatic Colors of #753F94
Black with #753F94
Text Example
Text Example
White with #753F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F94; }
p { color: rgb(117,63,148); }
H1.HeaderClassName
{
color: #753F94;
}
.AnyTagClassName
{
color: #753F94;
}
</style>
background-color css
<style>
a { background-color: #753F94; }
a { background-color: rgb(117,63,148); }
div.DivClassName
{
background-color: #753F94;
}
.BgClassName
{
background-color: #753F94;
}
</style>
border-color css
<style>
span { border-color: #753F94; }
span { border-color: rgb(117,63,148); }
td.TdClassName
{
border-color: #753F94;
}
.TagClassName
{
border-color: #753F94;
}
</style>