Shades of Vivid Violet #712397
Tints of Vivid Violet #712397
RGB
CMYK
RGB Variations
Color information
#712397 (or 0x712397) is known color: Vivid Violet. HEX triplet: 71, 23 and 97. RGB value is (113,35,151). Sum of RGB (Red+Green+Blue) = 113+35+151=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #712397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712397 is #8EDC68. Grayscale: #474747. Windows color (decimal): -9362537 or 9905009. OLE color: 9905009.
HSL color Cylindrical-coordinate representation of color #712397: hue angle of 280.34º 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 #712397 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 35 | 151 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.41 |
| HSL | 280.34º | 0.62% | 0.36% | - |
| HSV(B) | 280.34º | 0.77% | 0.59% | - |
| XYZ | 13 | 6.95 | 29.93 | - |
| YUV | 71.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 151 | 0.25 | 0.77 | 0 | 0.41 | 280.34 | 0.62 | 0.36 |
| Hex | 71 | 23 | 97 | 19 | 4D | 0 | 29 | 118 | 3E | 24 |
| Octal | 161 | 43 | 227 | 31 | 115 | 0 | 51 | 430 | 76 | 44 |
| Binary | 1110001 | 100011 | 10010111 | 11001 | 1001101 | 0 | 101001 | 100011000 | 111110 | 100100 |
Color Harmonies of #712397
Complementary color
Monochromatic Colors of #712397
Black with #712397
Text Example
Text Example
White with #712397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712397; }
p { color: rgb(113,35,151); }
H1.HeaderClassName
{
color: #712397;
}
.AnyTagClassName
{
color: #712397;
}
</style>
background-color css
<style>
a { background-color: #712397; }
a { background-color: rgb(113,35,151); }
div.DivClassName
{
background-color: #712397;
}
.BgClassName
{
background-color: #712397;
}
</style>
border-color css
<style>
span { border-color: #712397; }
span { border-color: rgb(113,35,151); }
td.TdClassName
{
border-color: #712397;
}
.TagClassName
{
border-color: #712397;
}
</style>