Shades of Vivid Violet #752988
Tints of Vivid Violet #752988
RGB
CMYK
RGB Variations
Color information
#752988 (or 0x752988) is known color: Vivid Violet. HEX triplet: 75, 29 and 88. RGB value is (117,41,136). Sum of RGB (Red+Green+Blue) = 117+41+136=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #752988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752988 is #8AD677. Grayscale: #4A4A4A. Windows color (decimal): -9098872 or 8923509. OLE color: 8923509.
HSL color Cylindrical-coordinate representation of color #752988: hue angle of 288º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752988 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 41 | 136 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.47 |
| HSL | 288º | 0.54% | 0.35% | - |
| HSV(B) | 288º | 0.7% | 0.53% | - |
| XYZ | 12.57 | 7.15 | 24.01 | - |
| YUV | 74.55 | 162.68 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 136 | 0.14 | 0.70 | 0 | 0.47 | 288 | 0.54 | 0.35 |
| Hex | 75 | 29 | 88 | E | 46 | 0 | 2F | 120 | 36 | 23 |
| Octal | 165 | 51 | 210 | 16 | 106 | 0 | 57 | 440 | 66 | 43 |
| Binary | 1110101 | 101001 | 10001000 | 1110 | 1000110 | 0 | 101111 | 100100000 | 110110 | 100011 |
Color Harmonies of #752988
Complementary color
Monochromatic Colors of #752988
Black with #752988
Text Example
Text Example
White with #752988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752988; }
p { color: rgb(117,41,136); }
H1.HeaderClassName
{
color: #752988;
}
.AnyTagClassName
{
color: #752988;
}
</style>
background-color css
<style>
a { background-color: #752988; }
a { background-color: rgb(117,41,136); }
div.DivClassName
{
background-color: #752988;
}
.BgClassName
{
background-color: #752988;
}
</style>
border-color css
<style>
span { border-color: #752988; }
span { border-color: rgb(117,41,136); }
td.TdClassName
{
border-color: #752988;
}
.TagClassName
{
border-color: #752988;
}
</style>