Shades of Vivid Violet #712294
Tints of Vivid Violet #712294
RGB
CMYK
RGB Variations
Color information
#712294 (or 0x712294) is known color: Vivid Violet. HEX triplet: 71, 22 and 94. RGB value is (113,34,148). Sum of RGB (Red+Green+Blue) = 113+34+148=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #712294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712294 is #8EDD6B. Grayscale: #464646. Windows color (decimal): -9362796 or 9708145. OLE color: 9708145.
HSL color Cylindrical-coordinate representation of color #712294: hue angle of 281.58º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712294 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 34 | 148 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.42 |
| HSL | 281.58º | 0.63% | 0.36% | - |
| HSV(B) | 281.58º | 0.77% | 0.58% | - |
| XYZ | 12.73 | 6.79 | 28.66 | - |
| YUV | 70.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 148 | 0.24 | 0.77 | 0 | 0.42 | 281.58 | 0.63 | 0.36 |
| Hex | 71 | 22 | 94 | 18 | 4D | 0 | 2A | 11A | 3F | 24 |
| Octal | 161 | 42 | 224 | 30 | 115 | 0 | 52 | 432 | 77 | 44 |
| Binary | 1110001 | 100010 | 10010100 | 11000 | 1001101 | 0 | 101010 | 100011010 | 111111 | 100100 |
Color Harmonies of #712294
Complementary color
Monochromatic Colors of #712294
Black with #712294
Text Example
Text Example
White with #712294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712294; }
p { color: rgb(113,34,148); }
H1.HeaderClassName
{
color: #712294;
}
.AnyTagClassName
{
color: #712294;
}
</style>
background-color css
<style>
a { background-color: #712294; }
a { background-color: rgb(113,34,148); }
div.DivClassName
{
background-color: #712294;
}
.BgClassName
{
background-color: #712294;
}
</style>
border-color css
<style>
span { border-color: #712294; }
span { border-color: rgb(113,34,148); }
td.TdClassName
{
border-color: #712294;
}
.TagClassName
{
border-color: #712294;
}
</style>