Shades of Vivid Violet #712390
Tints of Vivid Violet #712390
RGB
CMYK
RGB Variations
Color information
#712390 (or 0x712390) is known color: Vivid Violet. HEX triplet: 71, 23 and 90. RGB value is (113,35,144). Sum of RGB (Red+Green+Blue) = 113+35+144=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #712390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712390 is #8EDC6F. Grayscale: #464646. Windows color (decimal): -9362544 or 9446257. OLE color: 9446257.
HSL color Cylindrical-coordinate representation of color #712390: hue angle of 282.94º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712390 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 35 | 144 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.44 |
| HSL | 282.94º | 0.61% | 0.35% | - |
| HSV(B) | 282.94º | 0.76% | 0.56% | - |
| XYZ | 12.45 | 6.73 | 27.03 | - |
| YUV | 70.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 144 | 0.22 | 0.76 | 0 | 0.44 | 282.94 | 0.61 | 0.35 |
| Hex | 71 | 23 | 90 | 16 | 4C | 0 | 2C | 11B | 3D | 23 |
| Octal | 161 | 43 | 220 | 26 | 114 | 0 | 54 | 433 | 75 | 43 |
| Binary | 1110001 | 100011 | 10010000 | 10110 | 1001100 | 0 | 101100 | 100011011 | 111101 | 100011 |
Color Harmonies of #712390
Complementary color
Monochromatic Colors of #712390
Black with #712390
Text Example
Text Example
White with #712390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712390; }
p { color: rgb(113,35,144); }
H1.HeaderClassName
{
color: #712390;
}
.AnyTagClassName
{
color: #712390;
}
</style>
background-color css
<style>
a { background-color: #712390; }
a { background-color: rgb(113,35,144); }
div.DivClassName
{
background-color: #712390;
}
.BgClassName
{
background-color: #712390;
}
</style>
border-color css
<style>
span { border-color: #712390; }
span { border-color: rgb(113,35,144); }
td.TdClassName
{
border-color: #712390;
}
.TagClassName
{
border-color: #712390;
}
</style>