Shades of Vivid Violet #751D91
Tints of Vivid Violet #751D91
RGB
CMYK
RGB Variations
Color information
#751D91 (or 0x751D91) is known color: Vivid Violet. HEX triplet: 75, 1D and 91. RGB value is (117,29,145). Sum of RGB (Red+Green+Blue) = 117+29+145=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #751D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751D91 is #8AE26E. Grayscale: #444444. Windows color (decimal): -9101935 or 9510261. OLE color: 9510261.
HSL color Cylindrical-coordinate representation of color #751D91: hue angle of 285.52º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751D91 is Cyan = 0.19, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 29 | 145 | - |
| CMYK | 0.19 | 0.8 | 0 | 0.43 |
| HSL | 285.52º | 0.67% | 0.34% | - |
| HSV(B) | 285.52º | 0.8% | 0.57% | - |
| XYZ | 12.89 | 6.7 | 27.4 | - |
| YUV | 68.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 145 | 0.19 | 0.8 | 0 | 0.43 | 285.52 | 0.67 | 0.34 |
| Hex | 75 | 1D | 91 | 13 | 50 | 0 | 2B | 11E | 43 | 22 |
| Octal | 165 | 35 | 221 | 23 | 120 | 0 | 53 | 436 | 103 | 42 |
| Binary | 1110101 | 11101 | 10010001 | 10011 | 1010000 | 0 | 101011 | 100011110 | 1000011 | 100010 |
Color Harmonies of #751D91
Complementary color
Monochromatic Colors of #751D91
Black with #751D91
Text Example
Text Example
White with #751D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D91; }
p { color: rgb(117,29,145); }
H1.HeaderClassName
{
color: #751D91;
}
.AnyTagClassName
{
color: #751D91;
}
</style>
background-color css
<style>
a { background-color: #751D91; }
a { background-color: rgb(117,29,145); }
div.DivClassName
{
background-color: #751D91;
}
.BgClassName
{
background-color: #751D91;
}
</style>
border-color css
<style>
span { border-color: #751D91; }
span { border-color: rgb(117,29,145); }
td.TdClassName
{
border-color: #751D91;
}
.TagClassName
{
border-color: #751D91;
}
</style>