Shades of Vivid Violet #751D94
Tints of Vivid Violet #751D94
RGB
CMYK
RGB Variations
Color information
#751D94 (or 0x751D94) is known color: Vivid Violet. HEX triplet: 75, 1D and 94. RGB value is (117,29,148). Sum of RGB (Red+Green+Blue) = 117+29+148=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #751D94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751D94 is #8AE26B. Grayscale: #444444. Windows color (decimal): -9101932 or 9706869. OLE color: 9706869.
HSL color Cylindrical-coordinate representation of color #751D94: hue angle of 284.37º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751D94 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 29 | 148 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.42 |
| HSL | 284.37º | 0.67% | 0.35% | - |
| HSV(B) | 284.37º | 0.8% | 0.58% | - |
| XYZ | 13.12 | 6.8 | 28.64 | - |
| YUV | 68.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 148 | 0.21 | 0.80 | 0 | 0.42 | 284.37 | 0.67 | 0.35 |
| Hex | 75 | 1D | 94 | 15 | 50 | 0 | 2A | 11C | 43 | 23 |
| Octal | 165 | 35 | 224 | 25 | 120 | 0 | 52 | 434 | 103 | 43 |
| Binary | 1110101 | 11101 | 10010100 | 10101 | 1010000 | 0 | 101010 | 100011100 | 1000011 | 100011 |
Color Harmonies of #751D94
Complementary color
Monochromatic Colors of #751D94
Black with #751D94
Text Example
Text Example
White with #751D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D94; }
p { color: rgb(117,29,148); }
H1.HeaderClassName
{
color: #751D94;
}
.AnyTagClassName
{
color: #751D94;
}
</style>
background-color css
<style>
a { background-color: #751D94; }
a { background-color: rgb(117,29,148); }
div.DivClassName
{
background-color: #751D94;
}
.BgClassName
{
background-color: #751D94;
}
</style>
border-color css
<style>
span { border-color: #751D94; }
span { border-color: rgb(117,29,148); }
td.TdClassName
{
border-color: #751D94;
}
.TagClassName
{
border-color: #751D94;
}
</style>