Shades of Vivid Violet #71328E
Tints of Vivid Violet #71328E
RGB
CMYK
RGB Variations
Color information
#71328E (or 0x71328E) is known color: Vivid Violet. HEX triplet: 71, 32 and 8E. RGB value is (113,50,142). Sum of RGB (Red+Green+Blue) = 113+50+142=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #71328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71328E is #8ECD71. Grayscale: #4F4F4F. Windows color (decimal): -9358706 or 9319025. OLE color: 9319025.
HSL color Cylindrical-coordinate representation of color #71328E: hue angle of 281.09º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71328E is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 50 | 142 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.44 |
| HSL | 281.09º | 0.48% | 0.38% | - |
| HSV(B) | 281.09º | 0.65% | 0.56% | - |
| XYZ | 12.83 | 7.74 | 26.41 | - |
| YUV | 79.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 142 | 0.20 | 0.65 | 0 | 0.44 | 281.09 | 0.48 | 0.38 |
| Hex | 71 | 32 | 8E | 14 | 41 | 0 | 2C | 119 | 30 | 26 |
| Octal | 161 | 62 | 216 | 24 | 101 | 0 | 54 | 431 | 60 | 46 |
| Binary | 1110001 | 110010 | 10001110 | 10100 | 1000001 | 0 | 101100 | 100011001 | 110000 | 100110 |
Color Harmonies of #71328E
Complementary color
Monochromatic Colors of #71328E
Black with #71328E
Text Example
Text Example
White with #71328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71328E; }
p { color: rgb(113,50,142); }
H1.HeaderClassName
{
color: #71328E;
}
.AnyTagClassName
{
color: #71328E;
}
</style>
background-color css
<style>
a { background-color: #71328E; }
a { background-color: rgb(113,50,142); }
div.DivClassName
{
background-color: #71328E;
}
.BgClassName
{
background-color: #71328E;
}
</style>
border-color css
<style>
span { border-color: #71328E; }
span { border-color: rgb(113,50,142); }
td.TdClassName
{
border-color: #71328E;
}
.TagClassName
{
border-color: #71328E;
}
</style>