Shades of Vivid Violet #753198
Tints of Vivid Violet #753198
RGB
CMYK
RGB Variations
Color information
#753198 (or 0x753198) is known color: Vivid Violet. HEX triplet: 75, 31 and 98. RGB value is (117,49,152). Sum of RGB (Red+Green+Blue) = 117+49+152=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #753198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753198 is #8ACE67. Grayscale: #505050. Windows color (decimal): -9096808 or 9974133. OLE color: 9974133.
HSL color Cylindrical-coordinate representation of color #753198: hue angle of 279.61º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753198 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 49 | 152 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.40 |
| HSL | 279.61º | 0.51% | 0.39% | - |
| HSV(B) | 279.61º | 0.68% | 0.6% | - |
| XYZ | 14.1 | 8.25 | 30.55 | - |
| YUV | 81.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 152 | 0.23 | 0.68 | 0 | 0.40 | 279.61 | 0.51 | 0.39 |
| Hex | 75 | 31 | 98 | 17 | 44 | 0 | 28 | 118 | 33 | 27 |
| Octal | 165 | 61 | 230 | 27 | 104 | 0 | 50 | 430 | 63 | 47 |
| Binary | 1110101 | 110001 | 10011000 | 10111 | 1000100 | 0 | 101000 | 100011000 | 110011 | 100111 |
Color Harmonies of #753198
Complementary color
Monochromatic Colors of #753198
Black with #753198
Text Example
Text Example
White with #753198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753198; }
p { color: rgb(117,49,152); }
H1.HeaderClassName
{
color: #753198;
}
.AnyTagClassName
{
color: #753198;
}
</style>
background-color css
<style>
a { background-color: #753198; }
a { background-color: rgb(117,49,152); }
div.DivClassName
{
background-color: #753198;
}
.BgClassName
{
background-color: #753198;
}
</style>
border-color css
<style>
span { border-color: #753198; }
span { border-color: rgb(117,49,152); }
td.TdClassName
{
border-color: #753198;
}
.TagClassName
{
border-color: #753198;
}
</style>