Shades of Vivid Violet #71239B
Tints of Vivid Violet #71239B
RGB
CMYK
RGB Variations
Color information
#71239B (or 0x71239B) is known color: Vivid Violet. HEX triplet: 71, 23 and 9B. RGB value is (113,35,155). Sum of RGB (Red+Green+Blue) = 113+35+155=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #71239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71239B is #8EDC64. Grayscale: #474747. Windows color (decimal): -9362533 or 10167153. OLE color: 10167153.
HSL color Cylindrical-coordinate representation of color #71239B: hue angle of 279º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71239B is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 35 | 155 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.39 |
| HSL | 279º | 0.63% | 0.37% | - |
| HSV(B) | 279º | 0.77% | 0.61% | - |
| XYZ | 13.33 | 7.08 | 31.67 | - |
| YUV | 72 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 155 | 0.27 | 0.77 | 0 | 0.39 | 279 | 0.63 | 0.37 |
| Hex | 71 | 23 | 9B | 1B | 4D | 0 | 27 | 117 | 3F | 25 |
| Octal | 161 | 43 | 233 | 33 | 115 | 0 | 47 | 427 | 77 | 45 |
| Binary | 1110001 | 100011 | 10011011 | 11011 | 1001101 | 0 | 100111 | 100010111 | 111111 | 100101 |
Color Harmonies of #71239B
Complementary color
Monochromatic Colors of #71239B
Black with #71239B
Text Example
Text Example
White with #71239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71239B; }
p { color: rgb(113,35,155); }
H1.HeaderClassName
{
color: #71239B;
}
.AnyTagClassName
{
color: #71239B;
}
</style>
background-color css
<style>
a { background-color: #71239B; }
a { background-color: rgb(113,35,155); }
div.DivClassName
{
background-color: #71239B;
}
.BgClassName
{
background-color: #71239B;
}
</style>
border-color css
<style>
span { border-color: #71239B; }
span { border-color: rgb(113,35,155); }
td.TdClassName
{
border-color: #71239B;
}
.TagClassName
{
border-color: #71239B;
}
</style>