Shades of Blue Violet #7127DB
Tints of Blue Violet #7127DB
RGB
CMYK
RGB Variations
Color information
#7127DB (or 0x7127DB) is known color: Blue Violet. HEX triplet: 71, 27 and DB. RGB value is (113,39,219). Sum of RGB (Red+Green+Blue) = 113+39+219=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #7127DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7127DB is #8ED824. Grayscale: #515151. Windows color (decimal): -9361445 or 14362481. OLE color: 14362481.
HSL color Cylindrical-coordinate representation of color #7127DB: hue angle of 264.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7127DB is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 39 | 219 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.14 |
| HSL | 264.67º | 0.71% | 0.51% | - |
| HSV(B) | 264.67º | 0.82% | 0.86% | - |
| XYZ | 20.32 | 10.08 | 67.89 | - |
| YUV | 81.65 | 205.52 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 219 | 0.48 | 0.82 | 0 | 0.14 | 264.67 | 0.71 | 0.51 |
| Hex | 71 | 27 | DB | 30 | 52 | 0 | E | 109 | 47 | 33 |
| Octal | 161 | 47 | 333 | 60 | 122 | 0 | 16 | 411 | 107 | 63 |
| Binary | 1110001 | 100111 | 11011011 | 110000 | 1010010 | 0 | 1110 | 100001001 | 1000111 | 110011 |
Color Harmonies of #7127DB
Complementary color
Monochromatic Colors of #7127DB
Black with #7127DB
Text Example
Text Example
White with #7127DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7127DB; }
p { color: rgb(113,39,219); }
H1.HeaderClassName
{
color: #7127DB;
}
.AnyTagClassName
{
color: #7127DB;
}
</style>
background-color css
<style>
a { background-color: #7127DB; }
a { background-color: rgb(113,39,219); }
div.DivClassName
{
background-color: #7127DB;
}
.BgClassName
{
background-color: #7127DB;
}
</style>
border-color css
<style>
span { border-color: #7127DB; }
span { border-color: rgb(113,39,219); }
td.TdClassName
{
border-color: #7127DB;
}
.TagClassName
{
border-color: #7127DB;
}
</style>