Shades of Vivid Violet #751499
Tints of Vivid Violet #751499
RGB
CMYK
RGB Variations
Color information
#751499 (or 0x751499) is known color: Vivid Violet. HEX triplet: 75, 14 and 99. RGB value is (117,20,153). Sum of RGB (Red+Green+Blue) = 117+20+153=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #751499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751499 is #8AEB66. Grayscale: #3F3F3F. Windows color (decimal): -9104231 or 10032245. OLE color: 10032245.
HSL color Cylindrical-coordinate representation of color #751499: hue angle of 283.76º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751499 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 20 | 153 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.4 |
| HSL | 283.76º | 0.77% | 0.34% | - |
| HSV(B) | 283.76º | 0.87% | 0.6% | - |
| XYZ | 13.34 | 6.58 | 30.7 | - |
| YUV | 64.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 153 | 0.24 | 0.87 | 0 | 0.4 | 283.76 | 0.77 | 0.34 |
| Hex | 75 | 14 | 99 | 18 | 57 | 0 | 28 | 11C | 4D | 22 |
| Octal | 165 | 24 | 231 | 30 | 127 | 0 | 50 | 434 | 115 | 42 |
| Binary | 1110101 | 10100 | 10011001 | 11000 | 1010111 | 0 | 101000 | 100011100 | 1001101 | 100010 |
Color Harmonies of #751499
Complementary color
Monochromatic Colors of #751499
Black with #751499
Text Example
Text Example
White with #751499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751499; }
p { color: rgb(117,20,153); }
H1.HeaderClassName
{
color: #751499;
}
.AnyTagClassName
{
color: #751499;
}
</style>
background-color css
<style>
a { background-color: #751499; }
a { background-color: rgb(117,20,153); }
div.DivClassName
{
background-color: #751499;
}
.BgClassName
{
background-color: #751499;
}
</style>
border-color css
<style>
span { border-color: #751499; }
span { border-color: rgb(117,20,153); }
td.TdClassName
{
border-color: #751499;
}
.TagClassName
{
border-color: #751499;
}
</style>