Shades of Vivid Violet #712A8A
Tints of Vivid Violet #712A8A
RGB
CMYK
RGB Variations
Color information
#712A8A (or 0x712A8A) is known color: Vivid Violet. HEX triplet: 71, 2A and 8A. RGB value is (113,42,138). Sum of RGB (Red+Green+Blue) = 113+42+138=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #712A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712A8A is #8ED575. Grayscale: #494949. Windows color (decimal): -9360758 or 9054833. OLE color: 9054833.
HSL color Cylindrical-coordinate representation of color #712A8A: hue angle of 284.38º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712A8A is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 42 | 138 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.46 |
| HSL | 284.38º | 0.53% | 0.35% | - |
| HSV(B) | 284.38º | 0.7% | 0.54% | - |
| XYZ | 12.23 | 7 | 24.75 | - |
| YUV | 74.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 138 | 0.18 | 0.70 | 0 | 0.46 | 284.38 | 0.53 | 0.35 |
| Hex | 71 | 2A | 8A | 12 | 46 | 0 | 2E | 11C | 35 | 23 |
| Octal | 161 | 52 | 212 | 22 | 106 | 0 | 56 | 434 | 65 | 43 |
| Binary | 1110001 | 101010 | 10001010 | 10010 | 1000110 | 0 | 101110 | 100011100 | 110101 | 100011 |
Color Harmonies of #712A8A
Complementary color
Monochromatic Colors of #712A8A
Black with #712A8A
Text Example
Text Example
White with #712A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A8A; }
p { color: rgb(113,42,138); }
H1.HeaderClassName
{
color: #712A8A;
}
.AnyTagClassName
{
color: #712A8A;
}
</style>
background-color css
<style>
a { background-color: #712A8A; }
a { background-color: rgb(113,42,138); }
div.DivClassName
{
background-color: #712A8A;
}
.BgClassName
{
background-color: #712A8A;
}
</style>
border-color css
<style>
span { border-color: #712A8A; }
span { border-color: rgb(113,42,138); }
td.TdClassName
{
border-color: #712A8A;
}
.TagClassName
{
border-color: #712A8A;
}
</style>