Shades of Blue Violet #7121E6
Tints of Blue Violet #7121E6
RGB
CMYK
RGB Variations
Color information
#7121E6 (or 0x7121E6) is known color: Blue Violet. HEX triplet: 71, 21 and E6. RGB value is (113,33,230). Sum of RGB (Red+Green+Blue) = 113+33+230=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 230 (90.23% from 255 or 61.17% from 376); Max value from RGB is 230 - color contains mainly: blue. Hex color #7121E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7121E6 is #8EDE19. Grayscale: #4E4E4E. Windows color (decimal): -9362970 or 15081841. OLE color: 15081841.
HSL color Cylindrical-coordinate representation of color #7121E6: hue angle of 264.37º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7121E6 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 33 | 230 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.10 |
| HSL | 264.37º | 0.8% | 0.52% | - |
| HSV(B) | 264.37º | 0.86% | 0.9% | - |
| XYZ | 21.64 | 10.31 | 75.71 | - |
| YUV | 79.38 | 213 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 230 | 0.51 | 0.86 | 0 | 0.10 | 264.37 | 0.8 | 0.52 |
| Hex | 71 | 21 | E6 | 33 | 56 | 0 | A | 108 | 50 | 34 |
| Octal | 161 | 41 | 346 | 63 | 126 | 0 | 12 | 410 | 120 | 64 |
| Binary | 1110001 | 100001 | 11100110 | 110011 | 1010110 | 0 | 1010 | 100001000 | 1010000 | 110100 |
Color Harmonies of #7121E6
Complementary color
Monochromatic Colors of #7121E6
Black with #7121E6
Text Example
Text Example
White with #7121E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7121E6; }
p { color: rgb(113,33,230); }
H1.HeaderClassName
{
color: #7121E6;
}
.AnyTagClassName
{
color: #7121E6;
}
</style>
background-color css
<style>
a { background-color: #7121E6; }
a { background-color: rgb(113,33,230); }
div.DivClassName
{
background-color: #7121E6;
}
.BgClassName
{
background-color: #7121E6;
}
</style>
border-color css
<style>
span { border-color: #7121E6; }
span { border-color: rgb(113,33,230); }
td.TdClassName
{
border-color: #7121E6;
}
.TagClassName
{
border-color: #7121E6;
}
</style>