Shades of Vivid Violet #712098
Tints of Vivid Violet #712098
RGB
CMYK
RGB Variations
Color information
#712098 (or 0x712098) is known color: Vivid Violet. HEX triplet: 71, 20 and 98. RGB value is (113,32,152). Sum of RGB (Red+Green+Blue) = 113+32+152=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #712098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712098 is #8EDF67. Grayscale: #454545. Windows color (decimal): -9363304 or 9969777. OLE color: 9969777.
HSL color Cylindrical-coordinate representation of color #712098: hue angle of 280.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712098 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 32 | 152 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.40 |
| HSL | 280.5º | 0.65% | 0.36% | - |
| HSV(B) | 280.5º | 0.79% | 0.6% | - |
| XYZ | 12.99 | 6.81 | 30.34 | - |
| YUV | 69.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 152 | 0.26 | 0.79 | 0 | 0.40 | 280.5 | 0.65 | 0.36 |
| Hex | 71 | 20 | 98 | 1A | 4F | 0 | 28 | 118 | 41 | 24 |
| Octal | 161 | 40 | 230 | 32 | 117 | 0 | 50 | 430 | 101 | 44 |
| Binary | 1110001 | 100000 | 10011000 | 11010 | 1001111 | 0 | 101000 | 100011000 | 1000001 | 100100 |
Color Harmonies of #712098
Complementary color
Monochromatic Colors of #712098
Black with #712098
Text Example
Text Example
White with #712098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712098; }
p { color: rgb(113,32,152); }
H1.HeaderClassName
{
color: #712098;
}
.AnyTagClassName
{
color: #712098;
}
</style>
background-color css
<style>
a { background-color: #712098; }
a { background-color: rgb(113,32,152); }
div.DivClassName
{
background-color: #712098;
}
.BgClassName
{
background-color: #712098;
}
</style>
border-color css
<style>
span { border-color: #712098; }
span { border-color: rgb(113,32,152); }
td.TdClassName
{
border-color: #712098;
}
.TagClassName
{
border-color: #712098;
}
</style>