Shades of Vivid Violet #751399
Tints of Vivid Violet #751399
RGB
CMYK
RGB Variations
Color information
#751399 (or 0x751399) is known color: Vivid Violet. HEX triplet: 75, 13 and 99. RGB value is (117,19,153). Sum of RGB (Red+Green+Blue) = 117+19+153=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #751399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751399 is #8AEC66. Grayscale: #3F3F3F. Windows color (decimal): -9104487 or 10031989. OLE color: 10031989.
HSL color Cylindrical-coordinate representation of color #751399: hue angle of 283.88º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751399 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 19 | 153 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.4 |
| HSL | 283.88º | 0.78% | 0.34% | - |
| HSV(B) | 283.88º | 0.88% | 0.6% | - |
| XYZ | 13.32 | 6.55 | 30.7 | - |
| YUV | 63.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 153 | 0.24 | 0.88 | 0 | 0.4 | 283.88 | 0.78 | 0.34 |
| Hex | 75 | 13 | 99 | 18 | 58 | 0 | 28 | 11C | 4E | 22 |
| Octal | 165 | 23 | 231 | 30 | 130 | 0 | 50 | 434 | 116 | 42 |
| Binary | 1110101 | 10011 | 10011001 | 11000 | 1011000 | 0 | 101000 | 100011100 | 1001110 | 100010 |
Color Harmonies of #751399
Complementary color
Monochromatic Colors of #751399
Black with #751399
Text Example
Text Example
White with #751399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751399; }
p { color: rgb(117,19,153); }
H1.HeaderClassName
{
color: #751399;
}
.AnyTagClassName
{
color: #751399;
}
</style>
background-color css
<style>
a { background-color: #751399; }
a { background-color: rgb(117,19,153); }
div.DivClassName
{
background-color: #751399;
}
.BgClassName
{
background-color: #751399;
}
</style>
border-color css
<style>
span { border-color: #751399; }
span { border-color: rgb(117,19,153); }
td.TdClassName
{
border-color: #751399;
}
.TagClassName
{
border-color: #751399;
}
</style>