Shades of Vivid Violet #752A88
Tints of Vivid Violet #752A88
RGB
CMYK
RGB Variations
Color information
#752A88 (or 0x752A88) is known color: Vivid Violet. HEX triplet: 75, 2A and 88. RGB value is (117,42,136). Sum of RGB (Red+Green+Blue) = 117+42+136=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #752A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752A88 is #8AD577. Grayscale: #4A4A4A. Windows color (decimal): -9098616 or 8923765. OLE color: 8923765.
HSL color Cylindrical-coordinate representation of color #752A88: hue angle of 287.87º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752A88 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 42 | 136 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.47 |
| HSL | 287.87º | 0.53% | 0.35% | - |
| HSV(B) | 287.87º | 0.69% | 0.53% | - |
| XYZ | 12.61 | 7.22 | 24.02 | - |
| YUV | 75.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 136 | 0.14 | 0.69 | 0 | 0.47 | 287.87 | 0.53 | 0.35 |
| Hex | 75 | 2A | 88 | E | 45 | 0 | 2F | 120 | 35 | 23 |
| Octal | 165 | 52 | 210 | 16 | 105 | 0 | 57 | 440 | 65 | 43 |
| Binary | 1110101 | 101010 | 10001000 | 1110 | 1000101 | 0 | 101111 | 100100000 | 110101 | 100011 |
Color Harmonies of #752A88
Complementary color
Monochromatic Colors of #752A88
Black with #752A88
Text Example
Text Example
White with #752A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A88; }
p { color: rgb(117,42,136); }
H1.HeaderClassName
{
color: #752A88;
}
.AnyTagClassName
{
color: #752A88;
}
</style>
background-color css
<style>
a { background-color: #752A88; }
a { background-color: rgb(117,42,136); }
div.DivClassName
{
background-color: #752A88;
}
.BgClassName
{
background-color: #752A88;
}
</style>
border-color css
<style>
span { border-color: #752A88; }
span { border-color: rgb(117,42,136); }
td.TdClassName
{
border-color: #752A88;
}
.TagClassName
{
border-color: #752A88;
}
</style>