Shades of Blue Violet #7128DA
Tints of Blue Violet #7128DA
RGB
CMYK
RGB Variations
Color information
#7128DA (or 0x7128DA) is known color: Blue Violet. HEX triplet: 71, 28 and DA. RGB value is (113,40,218). Sum of RGB (Red+Green+Blue) = 113+40+218=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #7128DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7128DA is #8ED725. Grayscale: #515151. Windows color (decimal): -9361190 or 14297201. OLE color: 14297201.
HSL color Cylindrical-coordinate representation of color #7128DA: hue angle of 264.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7128DA is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 40 | 218 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.15 |
| HSL | 264.61º | 0.71% | 0.51% | - |
| HSV(B) | 264.61º | 0.82% | 0.85% | - |
| XYZ | 20.22 | 10.09 | 67.21 | - |
| YUV | 82.12 | 204.68 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 218 | 0.48 | 0.82 | 0 | 0.15 | 264.61 | 0.71 | 0.51 |
| Hex | 71 | 28 | DA | 30 | 52 | 0 | F | 109 | 47 | 33 |
| Octal | 161 | 50 | 332 | 60 | 122 | 0 | 17 | 411 | 107 | 63 |
| Binary | 1110001 | 101000 | 11011010 | 110000 | 1010010 | 0 | 1111 | 100001001 | 1000111 | 110011 |
Color Harmonies of #7128DA
Complementary color
Monochromatic Colors of #7128DA
Black with #7128DA
Text Example
Text Example
White with #7128DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7128DA; }
p { color: rgb(113,40,218); }
H1.HeaderClassName
{
color: #7128DA;
}
.AnyTagClassName
{
color: #7128DA;
}
</style>
background-color css
<style>
a { background-color: #7128DA; }
a { background-color: rgb(113,40,218); }
div.DivClassName
{
background-color: #7128DA;
}
.BgClassName
{
background-color: #7128DA;
}
</style>
border-color css
<style>
span { border-color: #7128DA; }
span { border-color: rgb(113,40,218); }
td.TdClassName
{
border-color: #7128DA;
}
.TagClassName
{
border-color: #7128DA;
}
</style>