Shades of Vivid Violet #712C8A
Tints of Vivid Violet #712C8A
RGB
CMYK
RGB Variations
Color information
#712C8A (or 0x712C8A) is known color: Vivid Violet. HEX triplet: 71, 2C and 8A. RGB value is (113,44,138). Sum of RGB (Red+Green+Blue) = 113+44+138=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #712C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712C8A is #8ED375. Grayscale: #4B4B4B. Windows color (decimal): -9360246 or 9055345. OLE color: 9055345.
HSL color Cylindrical-coordinate representation of color #712C8A: hue angle of 284.04º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712C8A is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 44 | 138 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.46 |
| HSL | 284.04º | 0.52% | 0.36% | - |
| HSV(B) | 284.04º | 0.68% | 0.54% | - |
| XYZ | 12.3 | 7.15 | 24.78 | - |
| YUV | 75.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 138 | 0.18 | 0.68 | 0 | 0.46 | 284.04 | 0.52 | 0.36 |
| Hex | 71 | 2C | 8A | 12 | 44 | 0 | 2E | 11C | 34 | 24 |
| Octal | 161 | 54 | 212 | 22 | 104 | 0 | 56 | 434 | 64 | 44 |
| Binary | 1110001 | 101100 | 10001010 | 10010 | 1000100 | 0 | 101110 | 100011100 | 110100 | 100100 |
Color Harmonies of #712C8A
Complementary color
Monochromatic Colors of #712C8A
Black with #712C8A
Text Example
Text Example
White with #712C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C8A; }
p { color: rgb(113,44,138); }
H1.HeaderClassName
{
color: #712C8A;
}
.AnyTagClassName
{
color: #712C8A;
}
</style>
background-color css
<style>
a { background-color: #712C8A; }
a { background-color: rgb(113,44,138); }
div.DivClassName
{
background-color: #712C8A;
}
.BgClassName
{
background-color: #712C8A;
}
</style>
border-color css
<style>
span { border-color: #712C8A; }
span { border-color: rgb(113,44,138); }
td.TdClassName
{
border-color: #712C8A;
}
.TagClassName
{
border-color: #712C8A;
}
</style>