Shades of Vivid Violet #75198C
Tints of Vivid Violet #75198C
RGB
CMYK
RGB Variations
Color information
#75198C (or 0x75198C) is known color: Vivid Violet. HEX triplet: 75, 19 and 8C. RGB value is (117,25,140). Sum of RGB (Red+Green+Blue) = 117+25+140=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #75198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75198C is #8AE673. Grayscale: #414141. Windows color (decimal): -9102964 or 9181557. OLE color: 9181557.
HSL color Cylindrical-coordinate representation of color #75198C: hue angle of 288º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75198C is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 25 | 140 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.45 |
| HSL | 288º | 0.7% | 0.32% | - |
| HSV(B) | 288º | 0.82% | 0.55% | - |
| XYZ | 12.42 | 6.37 | 25.39 | - |
| YUV | 65.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 140 | 0.16 | 0.82 | 0 | 0.45 | 288 | 0.7 | 0.32 |
| Hex | 75 | 19 | 8C | 10 | 52 | 0 | 2D | 120 | 46 | 20 |
| Octal | 165 | 31 | 214 | 20 | 122 | 0 | 55 | 440 | 106 | 40 |
| Binary | 1110101 | 11001 | 10001100 | 10000 | 1010010 | 0 | 101101 | 100100000 | 1000110 | 100000 |
Color Harmonies of #75198C
Complementary color
Monochromatic Colors of #75198C
Black with #75198C
Text Example
Text Example
White with #75198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75198C; }
p { color: rgb(117,25,140); }
H1.HeaderClassName
{
color: #75198C;
}
.AnyTagClassName
{
color: #75198C;
}
</style>
background-color css
<style>
a { background-color: #75198C; }
a { background-color: rgb(117,25,140); }
div.DivClassName
{
background-color: #75198C;
}
.BgClassName
{
background-color: #75198C;
}
</style>
border-color css
<style>
span { border-color: #75198C; }
span { border-color: rgb(117,25,140); }
td.TdClassName
{
border-color: #75198C;
}
.TagClassName
{
border-color: #75198C;
}
</style>