Shades of Vivid Violet #712396
Tints of Vivid Violet #712396
RGB
CMYK
RGB Variations
Color information
#712396 (or 0x712396) is known color: Vivid Violet. HEX triplet: 71, 23 and 96. RGB value is (113,35,150). Sum of RGB (Red+Green+Blue) = 113+35+150=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #712396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712396 is #8EDC69. Grayscale: #474747. Windows color (decimal): -9362538 or 9839473. OLE color: 9839473.
HSL color Cylindrical-coordinate representation of color #712396: hue angle of 280.7º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712396 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 35 | 150 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.41 |
| HSL | 280.7º | 0.62% | 0.36% | - |
| HSV(B) | 280.7º | 0.77% | 0.59% | - |
| XYZ | 12.92 | 6.91 | 29.51 | - |
| YUV | 71.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 150 | 0.25 | 0.77 | 0 | 0.41 | 280.7 | 0.62 | 0.36 |
| Hex | 71 | 23 | 96 | 19 | 4D | 0 | 29 | 119 | 3E | 24 |
| Octal | 161 | 43 | 226 | 31 | 115 | 0 | 51 | 431 | 76 | 44 |
| Binary | 1110001 | 100011 | 10010110 | 11001 | 1001101 | 0 | 101001 | 100011001 | 111110 | 100100 |
Color Harmonies of #712396
Complementary color
Monochromatic Colors of #712396
Black with #712396
Text Example
Text Example
White with #712396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712396; }
p { color: rgb(113,35,150); }
H1.HeaderClassName
{
color: #712396;
}
.AnyTagClassName
{
color: #712396;
}
</style>
background-color css
<style>
a { background-color: #712396; }
a { background-color: rgb(113,35,150); }
div.DivClassName
{
background-color: #712396;
}
.BgClassName
{
background-color: #712396;
}
</style>
border-color css
<style>
span { border-color: #712396; }
span { border-color: rgb(113,35,150); }
td.TdClassName
{
border-color: #712396;
}
.TagClassName
{
border-color: #712396;
}
</style>