Shades of Blue Violet #7027EF
Tints of Blue Violet #7027EF
RGB
CMYK
RGB Variations
Color information
#7027EF (or 0x7027EF) is known color: Blue Violet. HEX triplet: 70, 27 and EF. RGB value is (112,39,239). Sum of RGB (Red+Green+Blue) = 112+39+239=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #7027EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7027EF is #8FD810. Grayscale: #525252. Windows color (decimal): -9426961 or 15673200. OLE color: 15673200.
HSL color Cylindrical-coordinate representation of color #7027EF: hue angle of 261.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7027EF is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 39 | 239 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.06 |
| HSL | 261.9º | 0.86% | 0.55% | - |
| HSV(B) | 261.9º | 0.84% | 0.94% | - |
| XYZ | 22.99 | 11.13 | 82.6 | - |
| YUV | 83.63 | 215.68 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 239 | 0.53 | 0.84 | 0 | 0.06 | 261.9 | 0.86 | 0.55 |
| Hex | 70 | 27 | EF | 35 | 54 | 0 | 6 | 106 | 56 | 37 |
| Octal | 160 | 47 | 357 | 65 | 124 | 0 | 6 | 406 | 126 | 67 |
| Binary | 1110000 | 100111 | 11101111 | 110101 | 1010100 | 0 | 110 | 100000110 | 1010110 | 110111 |
Color Harmonies of #7027EF
Complementary color
Monochromatic Colors of #7027EF
Black with #7027EF
Text Example
Text Example
White with #7027EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7027EF; }
p { color: rgb(112,39,239); }
H1.HeaderClassName
{
color: #7027EF;
}
.AnyTagClassName
{
color: #7027EF;
}
</style>
background-color css
<style>
a { background-color: #7027EF; }
a { background-color: rgb(112,39,239); }
div.DivClassName
{
background-color: #7027EF;
}
.BgClassName
{
background-color: #7027EF;
}
</style>
border-color css
<style>
span { border-color: #7027EF; }
span { border-color: rgb(112,39,239); }
td.TdClassName
{
border-color: #7027EF;
}
.TagClassName
{
border-color: #7027EF;
}
</style>