Shades of Vivid Violet #752D95
Tints of Vivid Violet #752D95
RGB
CMYK
RGB Variations
Color information
#752D95 (or 0x752D95) is known color: Vivid Violet. HEX triplet: 75, 2D and 95. RGB value is (117,45,149). Sum of RGB (Red+Green+Blue) = 117+45+149=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #752D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752D95 is #8AD26A. Grayscale: #4E4E4E. Windows color (decimal): -9097835 or 9776501. OLE color: 9776501.
HSL color Cylindrical-coordinate representation of color #752D95: hue angle of 281.54º 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 #752D95 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 45 | 149 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.42 |
| HSL | 281.54º | 0.54% | 0.38% | - |
| HSV(B) | 281.54º | 0.7% | 0.58% | - |
| XYZ | 13.7 | 7.83 | 29.22 | - |
| YUV | 78.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 149 | 0.21 | 0.70 | 0 | 0.42 | 281.54 | 0.54 | 0.38 |
| Hex | 75 | 2D | 95 | 15 | 46 | 0 | 2A | 11A | 36 | 26 |
| Octal | 165 | 55 | 225 | 25 | 106 | 0 | 52 | 432 | 66 | 46 |
| Binary | 1110101 | 101101 | 10010101 | 10101 | 1000110 | 0 | 101010 | 100011010 | 110110 | 100110 |
Color Harmonies of #752D95
Complementary color
Monochromatic Colors of #752D95
Black with #752D95
Text Example
Text Example
White with #752D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D95; }
p { color: rgb(117,45,149); }
H1.HeaderClassName
{
color: #752D95;
}
.AnyTagClassName
{
color: #752D95;
}
</style>
background-color css
<style>
a { background-color: #752D95; }
a { background-color: rgb(117,45,149); }
div.DivClassName
{
background-color: #752D95;
}
.BgClassName
{
background-color: #752D95;
}
</style>
border-color css
<style>
span { border-color: #752D95; }
span { border-color: rgb(117,45,149); }
td.TdClassName
{
border-color: #752D95;
}
.TagClassName
{
border-color: #752D95;
}
</style>