Shades of Vivid Violet #71348E
Tints of Vivid Violet #71348E
RGB
CMYK
RGB Variations
Color information
#71348E (or 0x71348E) is known color: Vivid Violet. HEX triplet: 71, 34 and 8E. RGB value is (113,52,142). Sum of RGB (Red+Green+Blue) = 113+52+142=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #71348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71348E is #8ECB71. Grayscale: #505050. Windows color (decimal): -9358194 or 9319537. OLE color: 9319537.
HSL color Cylindrical-coordinate representation of color #71348E: hue angle of 280.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71348E is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 52 | 142 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.44 |
| HSL | 280.67º | 0.46% | 0.38% | - |
| HSV(B) | 280.67º | 0.63% | 0.56% | - |
| XYZ | 12.92 | 7.92 | 26.44 | - |
| YUV | 80.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 142 | 0.20 | 0.63 | 0 | 0.44 | 280.67 | 0.46 | 0.38 |
| Hex | 71 | 34 | 8E | 14 | 3F | 0 | 2C | 119 | 2E | 26 |
| Octal | 161 | 64 | 216 | 24 | 77 | 0 | 54 | 431 | 56 | 46 |
| Binary | 1110001 | 110100 | 10001110 | 10100 | 111111 | 0 | 101100 | 100011001 | 101110 | 100110 |
Color Harmonies of #71348E
Complementary color
Monochromatic Colors of #71348E
Black with #71348E
Text Example
Text Example
White with #71348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71348E; }
p { color: rgb(113,52,142); }
H1.HeaderClassName
{
color: #71348E;
}
.AnyTagClassName
{
color: #71348E;
}
</style>
background-color css
<style>
a { background-color: #71348E; }
a { background-color: rgb(113,52,142); }
div.DivClassName
{
background-color: #71348E;
}
.BgClassName
{
background-color: #71348E;
}
</style>
border-color css
<style>
span { border-color: #71348E; }
span { border-color: rgb(113,52,142); }
td.TdClassName
{
border-color: #71348E;
}
.TagClassName
{
border-color: #71348E;
}
</style>