Shades of Vivid Violet #711C8B
Tints of Vivid Violet #711C8B
RGB
CMYK
RGB Variations
Color information
#711C8B (or 0x711C8B) is known color: Vivid Violet. HEX triplet: 71, 1C and 8B. RGB value is (113,28,139). Sum of RGB (Red+Green+Blue) = 113+28+139=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #711C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711C8B is #8EE374. Grayscale: #414141. Windows color (decimal): -9364341 or 9116785. OLE color: 9116785.
HSL color Cylindrical-coordinate representation of color #711C8B: hue angle of 285.95º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711C8B is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 28 | 139 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.45 |
| HSL | 285.95º | 0.66% | 0.33% | - |
| HSV(B) | 285.95º | 0.8% | 0.55% | - |
| XYZ | 11.89 | 6.21 | 25 | - |
| YUV | 66.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 139 | 0.19 | 0.80 | 0 | 0.45 | 285.95 | 0.66 | 0.33 |
| Hex | 71 | 1C | 8B | 13 | 50 | 0 | 2D | 11E | 42 | 21 |
| Octal | 161 | 34 | 213 | 23 | 120 | 0 | 55 | 436 | 102 | 41 |
| Binary | 1110001 | 11100 | 10001011 | 10011 | 1010000 | 0 | 101101 | 100011110 | 1000010 | 100001 |
Color Harmonies of #711C8B
Complementary color
Monochromatic Colors of #711C8B
Black with #711C8B
Text Example
Text Example
White with #711C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C8B; }
p { color: rgb(113,28,139); }
H1.HeaderClassName
{
color: #711C8B;
}
.AnyTagClassName
{
color: #711C8B;
}
</style>
background-color css
<style>
a { background-color: #711C8B; }
a { background-color: rgb(113,28,139); }
div.DivClassName
{
background-color: #711C8B;
}
.BgClassName
{
background-color: #711C8B;
}
</style>
border-color css
<style>
span { border-color: #711C8B; }
span { border-color: rgb(113,28,139); }
td.TdClassName
{
border-color: #711C8B;
}
.TagClassName
{
border-color: #711C8B;
}
</style>