Shades of Vivid Violet #71298B
Tints of Vivid Violet #71298B
RGB
CMYK
RGB Variations
Color information
#71298B (or 0x71298B) is known color: Vivid Violet. HEX triplet: 71, 29 and 8B. RGB value is (113,41,139). Sum of RGB (Red+Green+Blue) = 113+41+139=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #71298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71298B is #8ED674. Grayscale: #494949. Windows color (decimal): -9361013 or 9120113. OLE color: 9120113.
HSL color Cylindrical-coordinate representation of color #71298B: hue angle of 284.08º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71298B is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 41 | 139 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.45 |
| HSL | 284.08º | 0.54% | 0.35% | - |
| HSV(B) | 284.08º | 0.71% | 0.55% | - |
| XYZ | 12.26 | 6.96 | 25.12 | - |
| YUV | 73.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 139 | 0.19 | 0.71 | 0 | 0.45 | 284.08 | 0.54 | 0.35 |
| Hex | 71 | 29 | 8B | 13 | 47 | 0 | 2D | 11C | 36 | 23 |
| Octal | 161 | 51 | 213 | 23 | 107 | 0 | 55 | 434 | 66 | 43 |
| Binary | 1110001 | 101001 | 10001011 | 10011 | 1000111 | 0 | 101101 | 100011100 | 110110 | 100011 |
Color Harmonies of #71298B
Complementary color
Monochromatic Colors of #71298B
Black with #71298B
Text Example
Text Example
White with #71298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71298B; }
p { color: rgb(113,41,139); }
H1.HeaderClassName
{
color: #71298B;
}
.AnyTagClassName
{
color: #71298B;
}
</style>
background-color css
<style>
a { background-color: #71298B; }
a { background-color: rgb(113,41,139); }
div.DivClassName
{
background-color: #71298B;
}
.BgClassName
{
background-color: #71298B;
}
</style>
border-color css
<style>
span { border-color: #71298B; }
span { border-color: rgb(113,41,139); }
td.TdClassName
{
border-color: #71298B;
}
.TagClassName
{
border-color: #71298B;
}
</style>