Shades of Vivid Violet #752788
Tints of Vivid Violet #752788
RGB
CMYK
RGB Variations
Color information
#752788 (or 0x752788) is known color: Vivid Violet. HEX triplet: 75, 27 and 88. RGB value is (117,39,136). Sum of RGB (Red+Green+Blue) = 117+39+136=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #752788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752788 is #8AD877. Grayscale: #494949. Windows color (decimal): -9099384 or 8922997. OLE color: 8922997.
HSL color Cylindrical-coordinate representation of color #752788: hue angle of 288.25º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752788 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 39 | 136 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.47 |
| HSL | 288.25º | 0.55% | 0.34% | - |
| HSV(B) | 288.25º | 0.71% | 0.53% | - |
| XYZ | 12.51 | 7.01 | 23.99 | - |
| YUV | 73.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 136 | 0.14 | 0.71 | 0 | 0.47 | 288.25 | 0.55 | 0.34 |
| Hex | 75 | 27 | 88 | E | 47 | 0 | 2F | 120 | 37 | 22 |
| Octal | 165 | 47 | 210 | 16 | 107 | 0 | 57 | 440 | 67 | 42 |
| Binary | 1110101 | 100111 | 10001000 | 1110 | 1000111 | 0 | 101111 | 100100000 | 110111 | 100010 |
Color Harmonies of #752788
Complementary color
Monochromatic Colors of #752788
Black with #752788
Text Example
Text Example
White with #752788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752788; }
p { color: rgb(117,39,136); }
H1.HeaderClassName
{
color: #752788;
}
.AnyTagClassName
{
color: #752788;
}
</style>
background-color css
<style>
a { background-color: #752788; }
a { background-color: rgb(117,39,136); }
div.DivClassName
{
background-color: #752788;
}
.BgClassName
{
background-color: #752788;
}
</style>
border-color css
<style>
span { border-color: #752788; }
span { border-color: rgb(117,39,136); }
td.TdClassName
{
border-color: #752788;
}
.TagClassName
{
border-color: #752788;
}
</style>