Shades of Blue Violet #7037E7
Tints of Blue Violet #7037E7
RGB
CMYK
RGB Variations
Color information
#7037E7 (or 0x7037E7) is known color: Blue Violet. HEX triplet: 70, 37 and E7. RGB value is (112,55,231). Sum of RGB (Red+Green+Blue) = 112+55+231=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 231 (90.62% from 255 or 58.04% from 398); Max value from RGB is 231 - color contains mainly: blue. Hex color #7037E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7037E7 is #8FC818. Grayscale: #5B5B5B. Windows color (decimal): -9422873 or 15153008. OLE color: 15153008.
HSL color Cylindrical-coordinate representation of color #7037E7: hue angle of 259.43º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7037E7 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 55 | 231 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.09 |
| HSL | 259.43º | 0.79% | 0.56% | - |
| HSV(B) | 259.43º | 0.76% | 0.91% | - |
| XYZ | 22.47 | 11.95 | 76.72 | - |
| YUV | 92.11 | 206.38 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 231 | 0.52 | 0.76 | 0 | 0.09 | 259.43 | 0.79 | 0.56 |
| Hex | 70 | 37 | E7 | 34 | 4C | 0 | 9 | 103 | 4F | 38 |
| Octal | 160 | 67 | 347 | 64 | 114 | 0 | 11 | 403 | 117 | 70 |
| Binary | 1110000 | 110111 | 11100111 | 110100 | 1001100 | 0 | 1001 | 100000011 | 1001111 | 111000 |
Color Harmonies of #7037E7
Complementary color
Monochromatic Colors of #7037E7
Black with #7037E7
Text Example
Text Example
White with #7037E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7037E7; }
p { color: rgb(112,55,231); }
H1.HeaderClassName
{
color: #7037E7;
}
.AnyTagClassName
{
color: #7037E7;
}
</style>
background-color css
<style>
a { background-color: #7037E7; }
a { background-color: rgb(112,55,231); }
div.DivClassName
{
background-color: #7037E7;
}
.BgClassName
{
background-color: #7037E7;
}
</style>
border-color css
<style>
span { border-color: #7037E7; }
span { border-color: rgb(112,55,231); }
td.TdClassName
{
border-color: #7037E7;
}
.TagClassName
{
border-color: #7037E7;
}
</style>