Shades of Vivid Violet #711A8A
Tints of Vivid Violet #711A8A
RGB
CMYK
RGB Variations
Color information
#711A8A (or 0x711A8A) is known color: Vivid Violet. HEX triplet: 71, 1A and 8A. RGB value is (113,26,138). Sum of RGB (Red+Green+Blue) = 113+26+138=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #711A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711A8A is #8EE575. Grayscale: #404040. Windows color (decimal): -9364854 or 9050737. OLE color: 9050737.
HSL color Cylindrical-coordinate representation of color #711A8A: hue angle of 286.61º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711A8A is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 26 | 138 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.46 |
| HSL | 286.61º | 0.68% | 0.32% | - |
| HSV(B) | 286.61º | 0.81% | 0.54% | - |
| XYZ | 11.77 | 6.08 | 24.6 | - |
| YUV | 64.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 138 | 0.18 | 0.81 | 0 | 0.46 | 286.61 | 0.68 | 0.32 |
| Hex | 71 | 1A | 8A | 12 | 51 | 0 | 2E | 11F | 44 | 20 |
| Octal | 161 | 32 | 212 | 22 | 121 | 0 | 56 | 437 | 104 | 40 |
| Binary | 1110001 | 11010 | 10001010 | 10010 | 1010001 | 0 | 101110 | 100011111 | 1000100 | 100000 |
Color Harmonies of #711A8A
Complementary color
Monochromatic Colors of #711A8A
Black with #711A8A
Text Example
Text Example
White with #711A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A8A; }
p { color: rgb(113,26,138); }
H1.HeaderClassName
{
color: #711A8A;
}
.AnyTagClassName
{
color: #711A8A;
}
</style>
background-color css
<style>
a { background-color: #711A8A; }
a { background-color: rgb(113,26,138); }
div.DivClassName
{
background-color: #711A8A;
}
.BgClassName
{
background-color: #711A8A;
}
</style>
border-color css
<style>
span { border-color: #711A8A; }
span { border-color: rgb(113,26,138); }
td.TdClassName
{
border-color: #711A8A;
}
.TagClassName
{
border-color: #711A8A;
}
</style>