Shades of Blue Violet #7122DC
Tints of Blue Violet #7122DC
RGB
CMYK
RGB Variations
Color information
#7122DC (or 0x7122DC) is known color: Blue Violet. HEX triplet: 71, 22 and DC. RGB value is (113,34,220). Sum of RGB (Red+Green+Blue) = 113+34+220=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #7122DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7122DC is #8EDD23. Grayscale: #4E4E4E. Windows color (decimal): -9362724 or 14426737. OLE color: 14426737.
HSL color Cylindrical-coordinate representation of color #7122DC: hue angle of 265.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7122DC is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 34 | 220 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.14 |
| HSL | 265.48º | 0.73% | 0.5% | - |
| HSV(B) | 265.48º | 0.85% | 0.86% | - |
| XYZ | 20.3 | 9.82 | 68.54 | - |
| YUV | 78.83 | 207.67 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 220 | 0.49 | 0.85 | 0 | 0.14 | 265.48 | 0.73 | 0.5 |
| Hex | 71 | 22 | DC | 31 | 55 | 0 | E | 109 | 49 | 32 |
| Octal | 161 | 42 | 334 | 61 | 125 | 0 | 16 | 411 | 111 | 62 |
| Binary | 1110001 | 100010 | 11011100 | 110001 | 1010101 | 0 | 1110 | 100001001 | 1001001 | 110010 |
Color Harmonies of #7122DC
Complementary color
Monochromatic Colors of #7122DC
Black with #7122DC
Text Example
Text Example
White with #7122DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7122DC; }
p { color: rgb(113,34,220); }
H1.HeaderClassName
{
color: #7122DC;
}
.AnyTagClassName
{
color: #7122DC;
}
</style>
background-color css
<style>
a { background-color: #7122DC; }
a { background-color: rgb(113,34,220); }
div.DivClassName
{
background-color: #7122DC;
}
.BgClassName
{
background-color: #7122DC;
}
</style>
border-color css
<style>
span { border-color: #7122DC; }
span { border-color: rgb(113,34,220); }
td.TdClassName
{
border-color: #7122DC;
}
.TagClassName
{
border-color: #7122DC;
}
</style>