Shades of Vivid Violet #751C99
Tints of Vivid Violet #751C99
RGB
CMYK
RGB Variations
Color information
#751C99 (or 0x751C99) is known color: Vivid Violet. HEX triplet: 75, 1C and 99. RGB value is (117,28,153). Sum of RGB (Red+Green+Blue) = 117+28+153=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #751C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751C99 is #8AE366. Grayscale: #444444. Windows color (decimal): -9102183 or 10034293. OLE color: 10034293.
HSL color Cylindrical-coordinate representation of color #751C99: hue angle of 282.72º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751C99 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 28 | 153 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.4 |
| HSL | 282.72º | 0.69% | 0.35% | - |
| HSV(B) | 282.72º | 0.82% | 0.6% | - |
| XYZ | 13.5 | 6.91 | 30.76 | - |
| YUV | 68.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 153 | 0.24 | 0.82 | 0 | 0.4 | 282.72 | 0.69 | 0.35 |
| Hex | 75 | 1C | 99 | 18 | 52 | 0 | 28 | 11B | 45 | 23 |
| Octal | 165 | 34 | 231 | 30 | 122 | 0 | 50 | 433 | 105 | 43 |
| Binary | 1110101 | 11100 | 10011001 | 11000 | 1010010 | 0 | 101000 | 100011011 | 1000101 | 100011 |
Color Harmonies of #751C99
Complementary color
Monochromatic Colors of #751C99
Black with #751C99
Text Example
Text Example
White with #751C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C99; }
p { color: rgb(117,28,153); }
H1.HeaderClassName
{
color: #751C99;
}
.AnyTagClassName
{
color: #751C99;
}
</style>
background-color css
<style>
a { background-color: #751C99; }
a { background-color: rgb(117,28,153); }
div.DivClassName
{
background-color: #751C99;
}
.BgClassName
{
background-color: #751C99;
}
</style>
border-color css
<style>
span { border-color: #751C99; }
span { border-color: rgb(117,28,153); }
td.TdClassName
{
border-color: #751C99;
}
.TagClassName
{
border-color: #751C99;
}
</style>