Shades of Vivid Violet #752198
Tints of Vivid Violet #752198
RGB
CMYK
RGB Variations
Color information
#752198 (or 0x752198) is known color: Vivid Violet. HEX triplet: 75, 21 and 98. RGB value is (117,33,152). Sum of RGB (Red+Green+Blue) = 117+33+152=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #752198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752198 is #8ADE67. Grayscale: #474747. Windows color (decimal): -9100904 or 9970037. OLE color: 9970037.
HSL color Cylindrical-coordinate representation of color #752198: hue angle of 282.35º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752198 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 33 | 152 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.40 |
| HSL | 282.35º | 0.64% | 0.36% | - |
| HSV(B) | 282.35º | 0.78% | 0.6% | - |
| XYZ | 13.55 | 7.14 | 30.37 | - |
| YUV | 71.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 152 | 0.23 | 0.78 | 0 | 0.40 | 282.35 | 0.64 | 0.36 |
| Hex | 75 | 21 | 98 | 17 | 4E | 0 | 28 | 11A | 40 | 24 |
| Octal | 165 | 41 | 230 | 27 | 116 | 0 | 50 | 432 | 100 | 44 |
| Binary | 1110101 | 100001 | 10011000 | 10111 | 1001110 | 0 | 101000 | 100011010 | 1000000 | 100100 |
Color Harmonies of #752198
Complementary color
Monochromatic Colors of #752198
Black with #752198
Text Example
Text Example
White with #752198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752198; }
p { color: rgb(117,33,152); }
H1.HeaderClassName
{
color: #752198;
}
.AnyTagClassName
{
color: #752198;
}
</style>
background-color css
<style>
a { background-color: #752198; }
a { background-color: rgb(117,33,152); }
div.DivClassName
{
background-color: #752198;
}
.BgClassName
{
background-color: #752198;
}
</style>
border-color css
<style>
span { border-color: #752198; }
span { border-color: rgb(117,33,152); }
td.TdClassName
{
border-color: #752198;
}
.TagClassName
{
border-color: #752198;
}
</style>