Shades of Vivid Violet #712B8B
Tints of Vivid Violet #712B8B
RGB
CMYK
RGB Variations
Color information
#712B8B (or 0x712B8B) is known color: Vivid Violet. HEX triplet: 71, 2B and 8B. RGB value is (113,43,139). Sum of RGB (Red+Green+Blue) = 113+43+139=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #712B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712B8B is #8ED474. Grayscale: #4A4A4A. Windows color (decimal): -9360501 or 9120625. OLE color: 9120625.
HSL color Cylindrical-coordinate representation of color #712B8B: hue angle of 283.75º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712B8B is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 43 | 139 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.45 |
| HSL | 283.75º | 0.53% | 0.36% | - |
| HSV(B) | 283.75º | 0.69% | 0.55% | - |
| XYZ | 12.33 | 7.1 | 25.15 | - |
| YUV | 74.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 139 | 0.19 | 0.69 | 0 | 0.45 | 283.75 | 0.53 | 0.36 |
| Hex | 71 | 2B | 8B | 13 | 45 | 0 | 2D | 11C | 35 | 24 |
| Octal | 161 | 53 | 213 | 23 | 105 | 0 | 55 | 434 | 65 | 44 |
| Binary | 1110001 | 101011 | 10001011 | 10011 | 1000101 | 0 | 101101 | 100011100 | 110101 | 100100 |
Color Harmonies of #712B8B
Complementary color
Monochromatic Colors of #712B8B
Black with #712B8B
Text Example
Text Example
White with #712B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712B8B; }
p { color: rgb(113,43,139); }
H1.HeaderClassName
{
color: #712B8B;
}
.AnyTagClassName
{
color: #712B8B;
}
</style>
background-color css
<style>
a { background-color: #712B8B; }
a { background-color: rgb(113,43,139); }
div.DivClassName
{
background-color: #712B8B;
}
.BgClassName
{
background-color: #712B8B;
}
</style>
border-color css
<style>
span { border-color: #712B8B; }
span { border-color: rgb(113,43,139); }
td.TdClassName
{
border-color: #712B8B;
}
.TagClassName
{
border-color: #712B8B;
}
</style>