Shades of Vivid Violet #712F8B
Tints of Vivid Violet #712F8B
RGB
CMYK
RGB Variations
Color information
#712F8B (or 0x712F8B) is known color: Vivid Violet. HEX triplet: 71, 2F and 8B. RGB value is (113,47,139). Sum of RGB (Red+Green+Blue) = 113+47+139=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #712F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712F8B is #8ED074. Grayscale: #4C4C4C. Windows color (decimal): -9359477 or 9121649. OLE color: 9121649.
HSL color Cylindrical-coordinate representation of color #712F8B: hue angle of 283.04º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712F8B is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 47 | 139 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.45 |
| HSL | 283.04º | 0.49% | 0.36% | - |
| HSV(B) | 283.04º | 0.66% | 0.55% | - |
| XYZ | 12.49 | 7.41 | 25.2 | - |
| YUV | 77.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 139 | 0.19 | 0.66 | 0 | 0.45 | 283.04 | 0.49 | 0.36 |
| Hex | 71 | 2F | 8B | 13 | 42 | 0 | 2D | 11B | 31 | 24 |
| Octal | 161 | 57 | 213 | 23 | 102 | 0 | 55 | 433 | 61 | 44 |
| Binary | 1110001 | 101111 | 10001011 | 10011 | 1000010 | 0 | 101101 | 100011011 | 110001 | 100100 |
Color Harmonies of #712F8B
Complementary color
Monochromatic Colors of #712F8B
Black with #712F8B
Text Example
Text Example
White with #712F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F8B; }
p { color: rgb(113,47,139); }
H1.HeaderClassName
{
color: #712F8B;
}
.AnyTagClassName
{
color: #712F8B;
}
</style>
background-color css
<style>
a { background-color: #712F8B; }
a { background-color: rgb(113,47,139); }
div.DivClassName
{
background-color: #712F8B;
}
.BgClassName
{
background-color: #712F8B;
}
</style>
border-color css
<style>
span { border-color: #712F8B; }
span { border-color: rgb(113,47,139); }
td.TdClassName
{
border-color: #712F8B;
}
.TagClassName
{
border-color: #712F8B;
}
</style>