Shades of Blue Violet #7128DD
Tints of Blue Violet #7128DD
RGB
CMYK
RGB Variations
Color information
#7128DD (or 0x7128DD) is known color: Blue Violet. HEX triplet: 71, 28 and DD. RGB value is (113,40,221). Sum of RGB (Red+Green+Blue) = 113+40+221=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #7128DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7128DD is #8ED722. Grayscale: #515151. Windows color (decimal): -9361187 or 14493809. OLE color: 14493809.
HSL color Cylindrical-coordinate representation of color #7128DD: hue angle of 264.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7128DD is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 40 | 221 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.13 |
| HSL | 264.2º | 0.73% | 0.51% | - |
| HSV(B) | 264.2º | 0.82% | 0.87% | - |
| XYZ | 20.62 | 10.25 | 69.3 | - |
| YUV | 82.46 | 206.18 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 221 | 0.49 | 0.82 | 0 | 0.13 | 264.2 | 0.73 | 0.51 |
| Hex | 71 | 28 | DD | 31 | 52 | 0 | D | 108 | 49 | 33 |
| Octal | 161 | 50 | 335 | 61 | 122 | 0 | 15 | 410 | 111 | 63 |
| Binary | 1110001 | 101000 | 11011101 | 110001 | 1010010 | 0 | 1101 | 100001000 | 1001001 | 110011 |
Color Harmonies of #7128DD
Complementary color
Monochromatic Colors of #7128DD
Black with #7128DD
Text Example
Text Example
White with #7128DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7128DD; }
p { color: rgb(113,40,221); }
H1.HeaderClassName
{
color: #7128DD;
}
.AnyTagClassName
{
color: #7128DD;
}
</style>
background-color css
<style>
a { background-color: #7128DD; }
a { background-color: rgb(113,40,221); }
div.DivClassName
{
background-color: #7128DD;
}
.BgClassName
{
background-color: #7128DD;
}
</style>
border-color css
<style>
span { border-color: #7128DD; }
span { border-color: rgb(113,40,221); }
td.TdClassName
{
border-color: #7128DD;
}
.TagClassName
{
border-color: #7128DD;
}
</style>