Shades of Vivid Violet #71338E
Tints of Vivid Violet #71338E
RGB
CMYK
RGB Variations
Color information
#71338E (or 0x71338E) is known color: Vivid Violet. HEX triplet: 71, 33 and 8E. RGB value is (113,51,142). Sum of RGB (Red+Green+Blue) = 113+51+142=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #71338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71338E is #8ECC71. Grayscale: #4F4F4F. Windows color (decimal): -9358450 or 9319281. OLE color: 9319281.
HSL color Cylindrical-coordinate representation of color #71338E: hue angle of 280.88º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71338E is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 51 | 142 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.44 |
| HSL | 280.88º | 0.47% | 0.38% | - |
| HSV(B) | 280.88º | 0.64% | 0.56% | - |
| XYZ | 12.88 | 7.83 | 26.42 | - |
| YUV | 79.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 142 | 0.20 | 0.64 | 0 | 0.44 | 280.88 | 0.47 | 0.38 |
| Hex | 71 | 33 | 8E | 14 | 40 | 0 | 2C | 119 | 2F | 26 |
| Octal | 161 | 63 | 216 | 24 | 100 | 0 | 54 | 431 | 57 | 46 |
| Binary | 1110001 | 110011 | 10001110 | 10100 | 1000000 | 0 | 101100 | 100011001 | 101111 | 100110 |
Color Harmonies of #71338E
Complementary color
Monochromatic Colors of #71338E
Black with #71338E
Text Example
Text Example
White with #71338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71338E; }
p { color: rgb(113,51,142); }
H1.HeaderClassName
{
color: #71338E;
}
.AnyTagClassName
{
color: #71338E;
}
</style>
background-color css
<style>
a { background-color: #71338E; }
a { background-color: rgb(113,51,142); }
div.DivClassName
{
background-color: #71338E;
}
.BgClassName
{
background-color: #71338E;
}
</style>
border-color css
<style>
span { border-color: #71338E; }
span { border-color: rgb(113,51,142); }
td.TdClassName
{
border-color: #71338E;
}
.TagClassName
{
border-color: #71338E;
}
</style>