Shades of Vivid Violet #711B96
Tints of Vivid Violet #711B96
RGB
CMYK
RGB Variations
Color information
#711B96 (or 0x711B96) is known color: Vivid Violet. HEX triplet: 71, 1B and 96. RGB value is (113,27,150). Sum of RGB (Red+Green+Blue) = 113+27+150=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #711B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711B96 is #8EE469. Grayscale: #424242. Windows color (decimal): -9364586 or 9837425. OLE color: 9837425.
HSL color Cylindrical-coordinate representation of color #711B96: hue angle of 281.95º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711B96 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 27 | 150 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.41 |
| HSL | 281.95º | 0.69% | 0.35% | - |
| HSV(B) | 281.95º | 0.82% | 0.59% | - |
| XYZ | 12.71 | 6.5 | 29.44 | - |
| YUV | 66.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 150 | 0.25 | 0.82 | 0 | 0.41 | 281.95 | 0.69 | 0.35 |
| Hex | 71 | 1B | 96 | 19 | 52 | 0 | 29 | 11A | 45 | 23 |
| Octal | 161 | 33 | 226 | 31 | 122 | 0 | 51 | 432 | 105 | 43 |
| Binary | 1110001 | 11011 | 10010110 | 11001 | 1010010 | 0 | 101001 | 100011010 | 1000101 | 100011 |
Color Harmonies of #711B96
Complementary color
Monochromatic Colors of #711B96
Black with #711B96
Text Example
Text Example
White with #711B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B96; }
p { color: rgb(113,27,150); }
H1.HeaderClassName
{
color: #711B96;
}
.AnyTagClassName
{
color: #711B96;
}
</style>
background-color css
<style>
a { background-color: #711B96; }
a { background-color: rgb(113,27,150); }
div.DivClassName
{
background-color: #711B96;
}
.BgClassName
{
background-color: #711B96;
}
</style>
border-color css
<style>
span { border-color: #711B96; }
span { border-color: rgb(113,27,150); }
td.TdClassName
{
border-color: #711B96;
}
.TagClassName
{
border-color: #711B96;
}
</style>