Shades of Vivid Violet #71239D
Tints of Vivid Violet #71239D
RGB
CMYK
RGB Variations
Color information
#71239D (or 0x71239D) is known color: Vivid Violet. HEX triplet: 71, 23 and 9D. RGB value is (113,35,157). Sum of RGB (Red+Green+Blue) = 113+35+157=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #71239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71239D is #8EDC62. Grayscale: #474747. Windows color (decimal): -9362531 or 10298225. OLE color: 10298225.
HSL color Cylindrical-coordinate representation of color #71239D: hue angle of 278.36º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71239D is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 35 | 157 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.38 |
| HSL | 278.36º | 0.64% | 0.38% | - |
| HSV(B) | 278.36º | 0.78% | 0.62% | - |
| XYZ | 13.5 | 7.15 | 32.57 | - |
| YUV | 72.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 157 | 0.28 | 0.78 | 0 | 0.38 | 278.36 | 0.64 | 0.38 |
| Hex | 71 | 23 | 9D | 1C | 4E | 0 | 26 | 116 | 40 | 26 |
| Octal | 161 | 43 | 235 | 34 | 116 | 0 | 46 | 426 | 100 | 46 |
| Binary | 1110001 | 100011 | 10011101 | 11100 | 1001110 | 0 | 100110 | 100010110 | 1000000 | 100110 |
Color Harmonies of #71239D
Complementary color
Monochromatic Colors of #71239D
Black with #71239D
Text Example
Text Example
White with #71239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71239D; }
p { color: rgb(113,35,157); }
H1.HeaderClassName
{
color: #71239D;
}
.AnyTagClassName
{
color: #71239D;
}
</style>
background-color css
<style>
a { background-color: #71239D; }
a { background-color: rgb(113,35,157); }
div.DivClassName
{
background-color: #71239D;
}
.BgClassName
{
background-color: #71239D;
}
</style>
border-color css
<style>
span { border-color: #71239D; }
span { border-color: rgb(113,35,157); }
td.TdClassName
{
border-color: #71239D;
}
.TagClassName
{
border-color: #71239D;
}
</style>