Shades of Vivid Violet #753394
Tints of Vivid Violet #753394
RGB
CMYK
RGB Variations
Color information
#753394 (or 0x753394) is known color: Vivid Violet. HEX triplet: 75, 33 and 94. RGB value is (117,51,148). Sum of RGB (Red+Green+Blue) = 117+51+148=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #753394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753394 is #8ACC6B. Grayscale: #515151. Windows color (decimal): -9096300 or 9712501. OLE color: 9712501.
HSL color Cylindrical-coordinate representation of color #753394: hue angle of 280.82º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753394 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 51 | 148 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.42 |
| HSL | 280.82º | 0.49% | 0.39% | - |
| HSV(B) | 280.82º | 0.66% | 0.58% | - |
| XYZ | 13.87 | 8.29 | 28.89 | - |
| YUV | 81.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 148 | 0.21 | 0.66 | 0 | 0.42 | 280.82 | 0.49 | 0.39 |
| Hex | 75 | 33 | 94 | 15 | 42 | 0 | 2A | 119 | 31 | 27 |
| Octal | 165 | 63 | 224 | 25 | 102 | 0 | 52 | 431 | 61 | 47 |
| Binary | 1110101 | 110011 | 10010100 | 10101 | 1000010 | 0 | 101010 | 100011001 | 110001 | 100111 |
Color Harmonies of #753394
Complementary color
Monochromatic Colors of #753394
Black with #753394
Text Example
Text Example
White with #753394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753394; }
p { color: rgb(117,51,148); }
H1.HeaderClassName
{
color: #753394;
}
.AnyTagClassName
{
color: #753394;
}
</style>
background-color css
<style>
a { background-color: #753394; }
a { background-color: rgb(117,51,148); }
div.DivClassName
{
background-color: #753394;
}
.BgClassName
{
background-color: #753394;
}
</style>
border-color css
<style>
span { border-color: #753394; }
span { border-color: rgb(117,51,148); }
td.TdClassName
{
border-color: #753394;
}
.TagClassName
{
border-color: #753394;
}
</style>