Shades of Vivid Violet #71338D
Tints of Vivid Violet #71338D
RGB
CMYK
RGB Variations
Color information
#71338D (or 0x71338D) is known color: Vivid Violet. HEX triplet: 71, 33 and 8D. RGB value is (113,51,141). Sum of RGB (Red+Green+Blue) = 113+51+141=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #71338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71338D is #8ECC72. Grayscale: #4F4F4F. Windows color (decimal): -9358451 or 9253745. OLE color: 9253745.
HSL color Cylindrical-coordinate representation of color #71338D: hue angle of 281.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71338D is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 51 | 141 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.45 |
| HSL | 281.33º | 0.47% | 0.38% | - |
| HSV(B) | 281.33º | 0.64% | 0.55% | - |
| XYZ | 12.8 | 7.8 | 26.03 | - |
| YUV | 79.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 141 | 0.20 | 0.64 | 0 | 0.45 | 281.33 | 0.47 | 0.38 |
| Hex | 71 | 33 | 8D | 14 | 40 | 0 | 2D | 119 | 2F | 26 |
| Octal | 161 | 63 | 215 | 24 | 100 | 0 | 55 | 431 | 57 | 46 |
| Binary | 1110001 | 110011 | 10001101 | 10100 | 1000000 | 0 | 101101 | 100011001 | 101111 | 100110 |
Color Harmonies of #71338D
Complementary color
Monochromatic Colors of #71338D
Black with #71338D
Text Example
Text Example
White with #71338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71338D; }
p { color: rgb(113,51,141); }
H1.HeaderClassName
{
color: #71338D;
}
.AnyTagClassName
{
color: #71338D;
}
</style>
background-color css
<style>
a { background-color: #71338D; }
a { background-color: rgb(113,51,141); }
div.DivClassName
{
background-color: #71338D;
}
.BgClassName
{
background-color: #71338D;
}
</style>
border-color css
<style>
span { border-color: #71338D; }
span { border-color: rgb(113,51,141); }
td.TdClassName
{
border-color: #71338D;
}
.TagClassName
{
border-color: #71338D;
}
</style>