Shades of Vivid Violet #751B86
Tints of Vivid Violet #751B86
RGB
CMYK
RGB Variations
Color information
#751B86 (or 0x751B86) is known color: Vivid Violet. HEX triplet: 75, 1B and 86. RGB value is (117,27,134). Sum of RGB (Red+Green+Blue) = 117+27+134=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #751B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751B86 is #8AE479. Grayscale: #414141. Windows color (decimal): -9102458 or 8788853. OLE color: 8788853.
HSL color Cylindrical-coordinate representation of color #751B86: hue angle of 290.47º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751B86 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 27 | 134 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.47 |
| HSL | 290.47º | 0.66% | 0.32% | - |
| HSV(B) | 290.47º | 0.8% | 0.53% | - |
| XYZ | 12.03 | 6.29 | 23.13 | - |
| YUV | 66.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 134 | 0.13 | 0.80 | 0 | 0.47 | 290.47 | 0.66 | 0.32 |
| Hex | 75 | 1B | 86 | D | 50 | 0 | 2F | 122 | 42 | 20 |
| Octal | 165 | 33 | 206 | 15 | 120 | 0 | 57 | 442 | 102 | 40 |
| Binary | 1110101 | 11011 | 10000110 | 1101 | 1010000 | 0 | 101111 | 100100010 | 1000010 | 100000 |
Color Harmonies of #751B86
Complementary color
Monochromatic Colors of #751B86
Black with #751B86
Text Example
Text Example
White with #751B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B86; }
p { color: rgb(117,27,134); }
H1.HeaderClassName
{
color: #751B86;
}
.AnyTagClassName
{
color: #751B86;
}
</style>
background-color css
<style>
a { background-color: #751B86; }
a { background-color: rgb(117,27,134); }
div.DivClassName
{
background-color: #751B86;
}
.BgClassName
{
background-color: #751B86;
}
</style>
border-color css
<style>
span { border-color: #751B86; }
span { border-color: rgb(117,27,134); }
td.TdClassName
{
border-color: #751B86;
}
.TagClassName
{
border-color: #751B86;
}
</style>