Shades of Vivid Violet #71238D
Tints of Vivid Violet #71238D
RGB
CMYK
RGB Variations
Color information
#71238D (or 0x71238D) is known color: Vivid Violet. HEX triplet: 71, 23 and 8D. RGB value is (113,35,141). Sum of RGB (Red+Green+Blue) = 113+35+141=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #71238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71238D is #8EDC72. Grayscale: #464646. Windows color (decimal): -9362547 or 9249649. OLE color: 9249649.
HSL color Cylindrical-coordinate representation of color #71238D: hue angle of 284.15º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71238D is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 35 | 141 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.45 |
| HSL | 284.15º | 0.6% | 0.35% | - |
| HSV(B) | 284.15º | 0.75% | 0.55% | - |
| XYZ | 12.22 | 6.64 | 25.84 | - |
| YUV | 70.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 141 | 0.20 | 0.75 | 0 | 0.45 | 284.15 | 0.6 | 0.35 |
| Hex | 71 | 23 | 8D | 14 | 4B | 0 | 2D | 11C | 3C | 23 |
| Octal | 161 | 43 | 215 | 24 | 113 | 0 | 55 | 434 | 74 | 43 |
| Binary | 1110001 | 100011 | 10001101 | 10100 | 1001011 | 0 | 101101 | 100011100 | 111100 | 100011 |
Color Harmonies of #71238D
Complementary color
Monochromatic Colors of #71238D
Black with #71238D
Text Example
Text Example
White with #71238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71238D; }
p { color: rgb(113,35,141); }
H1.HeaderClassName
{
color: #71238D;
}
.AnyTagClassName
{
color: #71238D;
}
</style>
background-color css
<style>
a { background-color: #71238D; }
a { background-color: rgb(113,35,141); }
div.DivClassName
{
background-color: #71238D;
}
.BgClassName
{
background-color: #71238D;
}
</style>
border-color css
<style>
span { border-color: #71238D; }
span { border-color: rgb(113,35,141); }
td.TdClassName
{
border-color: #71238D;
}
.TagClassName
{
border-color: #71238D;
}
</style>