Shades of Vivid Violet #712F8C
Tints of Vivid Violet #712F8C
RGB
CMYK
RGB Variations
Color information
#712F8C (or 0x712F8C) is known color: Vivid Violet. HEX triplet: 71, 2F and 8C. RGB value is (113,47,140). Sum of RGB (Red+Green+Blue) = 113+47+140=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #712F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712F8C is #8ED073. Grayscale: #4D4D4D. Windows color (decimal): -9359476 or 9187185. OLE color: 9187185.
HSL color Cylindrical-coordinate representation of color #712F8C: hue angle of 282.58º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712F8C is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 47 | 140 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.45 |
| HSL | 282.58º | 0.5% | 0.37% | - |
| HSV(B) | 282.58º | 0.66% | 0.55% | - |
| XYZ | 12.56 | 7.44 | 25.58 | - |
| YUV | 77.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 140 | 0.19 | 0.66 | 0 | 0.45 | 282.58 | 0.5 | 0.37 |
| Hex | 71 | 2F | 8C | 13 | 42 | 0 | 2D | 11B | 32 | 25 |
| Octal | 161 | 57 | 214 | 23 | 102 | 0 | 55 | 433 | 62 | 45 |
| Binary | 1110001 | 101111 | 10001100 | 10011 | 1000010 | 0 | 101101 | 100011011 | 110010 | 100101 |
Color Harmonies of #712F8C
Complementary color
Monochromatic Colors of #712F8C
Black with #712F8C
Text Example
Text Example
White with #712F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F8C; }
p { color: rgb(113,47,140); }
H1.HeaderClassName
{
color: #712F8C;
}
.AnyTagClassName
{
color: #712F8C;
}
</style>
background-color css
<style>
a { background-color: #712F8C; }
a { background-color: rgb(113,47,140); }
div.DivClassName
{
background-color: #712F8C;
}
.BgClassName
{
background-color: #712F8C;
}
</style>
border-color css
<style>
span { border-color: #712F8C; }
span { border-color: rgb(113,47,140); }
td.TdClassName
{
border-color: #712F8C;
}
.TagClassName
{
border-color: #712F8C;
}
</style>