Shades of Vivid Violet #71129C
Tints of Vivid Violet #71129C
RGB
CMYK
RGB Variations
Color information
#71129C (or 0x71129C) is known color: Vivid Violet. HEX triplet: 71, 12 and 9C. RGB value is (113,18,156). Sum of RGB (Red+Green+Blue) = 113+18+156=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #71129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71129C is #8EED63. Grayscale: #3D3D3D. Windows color (decimal): -9366884 or 10228337. OLE color: 10228337.
HSL color Cylindrical-coordinate representation of color #71129C: hue angle of 281.3º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71129C is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 18 | 156 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.39 |
| HSL | 281.3º | 0.79% | 0.34% | - |
| HSV(B) | 281.3º | 0.88% | 0.61% | - |
| XYZ | 13.03 | 6.34 | 31.99 | - |
| YUV | 62.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 156 | 0.28 | 0.88 | 0 | 0.39 | 281.3 | 0.79 | 0.34 |
| Hex | 71 | 12 | 9C | 1C | 58 | 0 | 27 | 119 | 4F | 22 |
| Octal | 161 | 22 | 234 | 34 | 130 | 0 | 47 | 431 | 117 | 42 |
| Binary | 1110001 | 10010 | 10011100 | 11100 | 1011000 | 0 | 100111 | 100011001 | 1001111 | 100010 |
Color Harmonies of #71129C
Complementary color
Monochromatic Colors of #71129C
Black with #71129C
Text Example
Text Example
White with #71129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71129C; }
p { color: rgb(113,18,156); }
H1.HeaderClassName
{
color: #71129C;
}
.AnyTagClassName
{
color: #71129C;
}
</style>
background-color css
<style>
a { background-color: #71129C; }
a { background-color: rgb(113,18,156); }
div.DivClassName
{
background-color: #71129C;
}
.BgClassName
{
background-color: #71129C;
}
</style>
border-color css
<style>
span { border-color: #71129C; }
span { border-color: rgb(113,18,156); }
td.TdClassName
{
border-color: #71129C;
}
.TagClassName
{
border-color: #71129C;
}
</style>