Shades of Vivid Violet #752C95
Tints of Vivid Violet #752C95
RGB
CMYK
RGB Variations
Color information
#752C95 (or 0x752C95) is known color: Vivid Violet. HEX triplet: 75, 2C and 95. RGB value is (117,44,149). Sum of RGB (Red+Green+Blue) = 117+44+149=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #752C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C95 is #8AD36A. Grayscale: #4D4D4D. Windows color (decimal): -9098091 or 9776245. OLE color: 9776245.
HSL color Cylindrical-coordinate representation of color #752C95: hue angle of 281.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752C95 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 44 | 149 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.42 |
| HSL | 281.71º | 0.54% | 0.38% | - |
| HSV(B) | 281.71º | 0.7% | 0.58% | - |
| XYZ | 13.66 | 7.75 | 29.21 | - |
| YUV | 77.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 149 | 0.21 | 0.70 | 0 | 0.42 | 281.71 | 0.54 | 0.38 |
| Hex | 75 | 2C | 95 | 15 | 46 | 0 | 2A | 11A | 36 | 26 |
| Octal | 165 | 54 | 225 | 25 | 106 | 0 | 52 | 432 | 66 | 46 |
| Binary | 1110101 | 101100 | 10010101 | 10101 | 1000110 | 0 | 101010 | 100011010 | 110110 | 100110 |
Color Harmonies of #752C95
Complementary color
Monochromatic Colors of #752C95
Black with #752C95
Text Example
Text Example
White with #752C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C95; }
p { color: rgb(117,44,149); }
H1.HeaderClassName
{
color: #752C95;
}
.AnyTagClassName
{
color: #752C95;
}
</style>
background-color css
<style>
a { background-color: #752C95; }
a { background-color: rgb(117,44,149); }
div.DivClassName
{
background-color: #752C95;
}
.BgClassName
{
background-color: #752C95;
}
</style>
border-color css
<style>
span { border-color: #752C95; }
span { border-color: rgb(117,44,149); }
td.TdClassName
{
border-color: #752C95;
}
.TagClassName
{
border-color: #752C95;
}
</style>