Shades of Vivid Violet #753193
Tints of Vivid Violet #753193
RGB
CMYK
RGB Variations
Color information
#753193 (or 0x753193) is known color: Vivid Violet. HEX triplet: 75, 31 and 93. RGB value is (117,49,147). Sum of RGB (Red+Green+Blue) = 117+49+147=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #753193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753193 is #8ACE6C. Grayscale: #505050. Windows color (decimal): -9096813 or 9646453. OLE color: 9646453.
HSL color Cylindrical-coordinate representation of color #753193: hue angle of 281.63º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753193 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 49 | 147 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.42 |
| HSL | 281.63º | 0.5% | 0.38% | - |
| HSV(B) | 281.63º | 0.67% | 0.58% | - |
| XYZ | 13.7 | 8.09 | 28.44 | - |
| YUV | 80.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 147 | 0.20 | 0.67 | 0 | 0.42 | 281.63 | 0.5 | 0.38 |
| Hex | 75 | 31 | 93 | 14 | 43 | 0 | 2A | 11A | 32 | 26 |
| Octal | 165 | 61 | 223 | 24 | 103 | 0 | 52 | 432 | 62 | 46 |
| Binary | 1110101 | 110001 | 10010011 | 10100 | 1000011 | 0 | 101010 | 100011010 | 110010 | 100110 |
Color Harmonies of #753193
Complementary color
Monochromatic Colors of #753193
Black with #753193
Text Example
Text Example
White with #753193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753193; }
p { color: rgb(117,49,147); }
H1.HeaderClassName
{
color: #753193;
}
.AnyTagClassName
{
color: #753193;
}
</style>
background-color css
<style>
a { background-color: #753193; }
a { background-color: rgb(117,49,147); }
div.DivClassName
{
background-color: #753193;
}
.BgClassName
{
background-color: #753193;
}
</style>
border-color css
<style>
span { border-color: #753193; }
span { border-color: rgb(117,49,147); }
td.TdClassName
{
border-color: #753193;
}
.TagClassName
{
border-color: #753193;
}
</style>