Shades of Vivid Violet #71228B
Tints of Vivid Violet #71228B
RGB
CMYK
RGB Variations
Color information
#71228B (or 0x71228B) is known color: Vivid Violet. HEX triplet: 71, 22 and 8B. RGB value is (113,34,139). Sum of RGB (Red+Green+Blue) = 113+34+139=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #71228B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71228B is #8EDD74. Grayscale: #454545. Windows color (decimal): -9362805 or 9118321. OLE color: 9118321.
HSL color Cylindrical-coordinate representation of color #71228B: hue angle of 285.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71228B is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 34 | 139 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.45 |
| HSL | 285.14º | 0.61% | 0.34% | - |
| HSV(B) | 285.14º | 0.76% | 0.55% | - |
| XYZ | 12.04 | 6.52 | 25.05 | - |
| YUV | 69.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 139 | 0.19 | 0.76 | 0 | 0.45 | 285.14 | 0.61 | 0.34 |
| Hex | 71 | 22 | 8B | 13 | 4C | 0 | 2D | 11D | 3D | 22 |
| Octal | 161 | 42 | 213 | 23 | 114 | 0 | 55 | 435 | 75 | 42 |
| Binary | 1110001 | 100010 | 10001011 | 10011 | 1001100 | 0 | 101101 | 100011101 | 111101 | 100010 |
Color Harmonies of #71228B
Complementary color
Monochromatic Colors of #71228B
Black with #71228B
Text Example
Text Example
White with #71228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71228B; }
p { color: rgb(113,34,139); }
H1.HeaderClassName
{
color: #71228B;
}
.AnyTagClassName
{
color: #71228B;
}
</style>
background-color css
<style>
a { background-color: #71228B; }
a { background-color: rgb(113,34,139); }
div.DivClassName
{
background-color: #71228B;
}
.BgClassName
{
background-color: #71228B;
}
</style>
border-color css
<style>
span { border-color: #71228B; }
span { border-color: rgb(113,34,139); }
td.TdClassName
{
border-color: #71228B;
}
.TagClassName
{
border-color: #71228B;
}
</style>