Shades of Blue Violet #7038E2
Tints of Blue Violet #7038E2
RGB
CMYK
RGB Variations
Color information
#7038E2 (or 0x7038E2) is known color: Blue Violet. HEX triplet: 70, 38 and E2. RGB value is (112,56,226). Sum of RGB (Red+Green+Blue) = 112+56+226=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 226 (88.67% from 255 or 57.36% from 394); Max value from RGB is 226 - color contains mainly: blue. Hex color #7038E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7038E2 is #8FC71D. Grayscale: #5B5B5B. Windows color (decimal): -9422622 or 14825584. OLE color: 14825584.
HSL color Cylindrical-coordinate representation of color #7038E2: hue angle of 259.76º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7038E2 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 56 | 226 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.11 |
| HSL | 259.76º | 0.75% | 0.55% | - |
| HSV(B) | 259.76º | 0.75% | 0.89% | - |
| XYZ | 21.82 | 11.76 | 73.07 | - |
| YUV | 92.12 | 203.55 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 226 | 0.50 | 0.75 | 0 | 0.11 | 259.76 | 0.75 | 0.55 |
| Hex | 70 | 38 | E2 | 32 | 4B | 0 | B | 104 | 4B | 37 |
| Octal | 160 | 70 | 342 | 62 | 113 | 0 | 13 | 404 | 113 | 67 |
| Binary | 1110000 | 111000 | 11100010 | 110010 | 1001011 | 0 | 1011 | 100000100 | 1001011 | 110111 |
Color Harmonies of #7038E2
Complementary color
Monochromatic Colors of #7038E2
Black with #7038E2
Text Example
Text Example
White with #7038E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7038E2; }
p { color: rgb(112,56,226); }
H1.HeaderClassName
{
color: #7038E2;
}
.AnyTagClassName
{
color: #7038E2;
}
</style>
background-color css
<style>
a { background-color: #7038E2; }
a { background-color: rgb(112,56,226); }
div.DivClassName
{
background-color: #7038E2;
}
.BgClassName
{
background-color: #7038E2;
}
</style>
border-color css
<style>
span { border-color: #7038E2; }
span { border-color: rgb(112,56,226); }
td.TdClassName
{
border-color: #7038E2;
}
.TagClassName
{
border-color: #7038E2;
}
</style>