Shades of Blue Violet #711ADC
Tints of Blue Violet #711ADC
RGB
CMYK
RGB Variations
Color information
#711ADC (or 0x711ADC) is known color: Blue Violet. HEX triplet: 71, 1A and DC. RGB value is (113,26,220). Sum of RGB (Red+Green+Blue) = 113+26+220=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #711ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ADC is #8EE523. Grayscale: #494949. Windows color (decimal): -9364772 or 14424689. OLE color: 14424689.
HSL color Cylindrical-coordinate representation of color #711ADC: hue angle of 266.91º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711ADC is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 26 | 220 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.14 |
| HSL | 266.91º | 0.79% | 0.48% | - |
| HSV(B) | 266.91º | 0.88% | 0.86% | - |
| XYZ | 20.1 | 9.42 | 68.47 | - |
| YUV | 74.13 | 210.32 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 220 | 0.49 | 0.88 | 0 | 0.14 | 266.91 | 0.79 | 0.48 |
| Hex | 71 | 1A | DC | 31 | 58 | 0 | E | 10B | 4F | 30 |
| Octal | 161 | 32 | 334 | 61 | 130 | 0 | 16 | 413 | 117 | 60 |
| Binary | 1110001 | 11010 | 11011100 | 110001 | 1011000 | 0 | 1110 | 100001011 | 1001111 | 110000 |
Color Harmonies of #711ADC
Complementary color
Monochromatic Colors of #711ADC
Black with #711ADC
Text Example
Text Example
White with #711ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711ADC; }
p { color: rgb(113,26,220); }
H1.HeaderClassName
{
color: #711ADC;
}
.AnyTagClassName
{
color: #711ADC;
}
</style>
background-color css
<style>
a { background-color: #711ADC; }
a { background-color: rgb(113,26,220); }
div.DivClassName
{
background-color: #711ADC;
}
.BgClassName
{
background-color: #711ADC;
}
</style>
border-color css
<style>
span { border-color: #711ADC; }
span { border-color: rgb(113,26,220); }
td.TdClassName
{
border-color: #711ADC;
}
.TagClassName
{
border-color: #711ADC;
}
</style>