Shades of Vivid Violet #752E97
Tints of Vivid Violet #752E97
RGB
CMYK
RGB Variations
Color information
#752E97 (or 0x752E97) is known color: Vivid Violet. HEX triplet: 75, 2E and 97. RGB value is (117,46,151). Sum of RGB (Red+Green+Blue) = 117+46+151=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #752E97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752E97 is #8AD168. Grayscale: #4E4E4E. Windows color (decimal): -9097577 or 9907829. OLE color: 9907829.
HSL color Cylindrical-coordinate representation of color #752E97: hue angle of 280.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752E97 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 46 | 151 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.41 |
| HSL | 280.57º | 0.53% | 0.39% | - |
| HSV(B) | 280.57º | 0.7% | 0.59% | - |
| XYZ | 13.9 | 7.97 | 30.08 | - |
| YUV | 79.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 151 | 0.23 | 0.70 | 0 | 0.41 | 280.57 | 0.53 | 0.39 |
| Hex | 75 | 2E | 97 | 17 | 46 | 0 | 29 | 119 | 35 | 27 |
| Octal | 165 | 56 | 227 | 27 | 106 | 0 | 51 | 431 | 65 | 47 |
| Binary | 1110101 | 101110 | 10010111 | 10111 | 1000110 | 0 | 101001 | 100011001 | 110101 | 100111 |
Color Harmonies of #752E97
Complementary color
Monochromatic Colors of #752E97
Black with #752E97
Text Example
Text Example
White with #752E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E97; }
p { color: rgb(117,46,151); }
H1.HeaderClassName
{
color: #752E97;
}
.AnyTagClassName
{
color: #752E97;
}
</style>
background-color css
<style>
a { background-color: #752E97; }
a { background-color: rgb(117,46,151); }
div.DivClassName
{
background-color: #752E97;
}
.BgClassName
{
background-color: #752E97;
}
</style>
border-color css
<style>
span { border-color: #752E97; }
span { border-color: rgb(117,46,151); }
td.TdClassName
{
border-color: #752E97;
}
.TagClassName
{
border-color: #752E97;
}
</style>