Shades of Vivid Violet #752C99
Tints of Vivid Violet #752C99
RGB
CMYK
RGB Variations
Color information
#752C99 (or 0x752C99) is known color: Vivid Violet. HEX triplet: 75, 2C and 99. RGB value is (117,44,153). Sum of RGB (Red+Green+Blue) = 117+44+153=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #752C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C99 is #8AD366. Grayscale: #4D4D4D. Windows color (decimal): -9098087 or 10038389. OLE color: 10038389.
HSL color Cylindrical-coordinate representation of color #752C99: hue angle of 280.18º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752C99 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 44 | 153 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.4 |
| HSL | 280.18º | 0.55% | 0.39% | - |
| HSV(B) | 280.18º | 0.71% | 0.6% | - |
| XYZ | 13.99 | 7.88 | 30.92 | - |
| YUV | 78.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 153 | 0.24 | 0.71 | 0 | 0.4 | 280.18 | 0.55 | 0.39 |
| Hex | 75 | 2C | 99 | 18 | 47 | 0 | 28 | 118 | 37 | 27 |
| Octal | 165 | 54 | 231 | 30 | 107 | 0 | 50 | 430 | 67 | 47 |
| Binary | 1110101 | 101100 | 10011001 | 11000 | 1000111 | 0 | 101000 | 100011000 | 110111 | 100111 |
Color Harmonies of #752C99
Complementary color
Monochromatic Colors of #752C99
Black with #752C99
Text Example
Text Example
White with #752C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C99; }
p { color: rgb(117,44,153); }
H1.HeaderClassName
{
color: #752C99;
}
.AnyTagClassName
{
color: #752C99;
}
</style>
background-color css
<style>
a { background-color: #752C99; }
a { background-color: rgb(117,44,153); }
div.DivClassName
{
background-color: #752C99;
}
.BgClassName
{
background-color: #752C99;
}
</style>
border-color css
<style>
span { border-color: #752C99; }
span { border-color: rgb(117,44,153); }
td.TdClassName
{
border-color: #752C99;
}
.TagClassName
{
border-color: #752C99;
}
</style>