Shades of Vivid Violet #712497
Tints of Vivid Violet #712497
RGB
CMYK
RGB Variations
Color information
#712497 (or 0x712497) is known color: Vivid Violet. HEX triplet: 71, 24 and 97. RGB value is (113,36,151). Sum of RGB (Red+Green+Blue) = 113+36+151=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #712497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712497 is #8EDB68. Grayscale: #474747. Windows color (decimal): -9362281 or 9905265. OLE color: 9905265.
HSL color Cylindrical-coordinate representation of color #712497: hue angle of 280.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712497 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 36 | 151 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.41 |
| HSL | 280.17º | 0.61% | 0.37% | - |
| HSV(B) | 280.17º | 0.76% | 0.59% | - |
| XYZ | 13.03 | 7.01 | 29.94 | - |
| YUV | 72.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 151 | 0.25 | 0.76 | 0 | 0.41 | 280.17 | 0.61 | 0.37 |
| Hex | 71 | 24 | 97 | 19 | 4C | 0 | 29 | 118 | 3D | 25 |
| Octal | 161 | 44 | 227 | 31 | 114 | 0 | 51 | 430 | 75 | 45 |
| Binary | 1110001 | 100100 | 10010111 | 11001 | 1001100 | 0 | 101001 | 100011000 | 111101 | 100101 |
Color Harmonies of #712497
Complementary color
Monochromatic Colors of #712497
Black with #712497
Text Example
Text Example
White with #712497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712497; }
p { color: rgb(113,36,151); }
H1.HeaderClassName
{
color: #712497;
}
.AnyTagClassName
{
color: #712497;
}
</style>
background-color css
<style>
a { background-color: #712497; }
a { background-color: rgb(113,36,151); }
div.DivClassName
{
background-color: #712497;
}
.BgClassName
{
background-color: #712497;
}
</style>
border-color css
<style>
span { border-color: #712497; }
span { border-color: rgb(113,36,151); }
td.TdClassName
{
border-color: #712497;
}
.TagClassName
{
border-color: #712497;
}
</style>