Shades of Vivid Violet #71219C
Tints of Vivid Violet #71219C
RGB
CMYK
RGB Variations
Color information
#71219C (or 0x71219C) is known color: Vivid Violet. HEX triplet: 71, 21 and 9C. RGB value is (113,33,156). Sum of RGB (Red+Green+Blue) = 113+33+156=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #71219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71219C is #8EDE63. Grayscale: #464646. Windows color (decimal): -9363044 or 10232177. OLE color: 10232177.
HSL color Cylindrical-coordinate representation of color #71219C: hue angle of 279.02º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71219C is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 33 | 156 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.39 |
| HSL | 279.02º | 0.65% | 0.37% | - |
| HSV(B) | 279.02º | 0.79% | 0.61% | - |
| XYZ | 13.35 | 7 | 32.1 | - |
| YUV | 70.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 156 | 0.28 | 0.79 | 0 | 0.39 | 279.02 | 0.65 | 0.37 |
| Hex | 71 | 21 | 9C | 1C | 4F | 0 | 27 | 117 | 41 | 25 |
| Octal | 161 | 41 | 234 | 34 | 117 | 0 | 47 | 427 | 101 | 45 |
| Binary | 1110001 | 100001 | 10011100 | 11100 | 1001111 | 0 | 100111 | 100010111 | 1000001 | 100101 |
Color Harmonies of #71219C
Complementary color
Monochromatic Colors of #71219C
Black with #71219C
Text Example
Text Example
White with #71219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71219C; }
p { color: rgb(113,33,156); }
H1.HeaderClassName
{
color: #71219C;
}
.AnyTagClassName
{
color: #71219C;
}
</style>
background-color css
<style>
a { background-color: #71219C; }
a { background-color: rgb(113,33,156); }
div.DivClassName
{
background-color: #71219C;
}
.BgClassName
{
background-color: #71219C;
}
</style>
border-color css
<style>
span { border-color: #71219C; }
span { border-color: rgb(113,33,156); }
td.TdClassName
{
border-color: #71219C;
}
.TagClassName
{
border-color: #71219C;
}
</style>