Shades of Blue Violet #7027DE
Tints of Blue Violet #7027DE
RGB
CMYK
RGB Variations
Color information
#7027DE (or 0x7027DE) is known color: Blue Violet. HEX triplet: 70, 27 and DE. RGB value is (112,39,222). Sum of RGB (Red+Green+Blue) = 112+39+222=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #7027DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7027DE is #8FD821. Grayscale: #515151. Windows color (decimal): -9426978 or 14559088. OLE color: 14559088.
HSL color Cylindrical-coordinate representation of color #7027DE: hue angle of 263.93º 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 #7027DE is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 39 | 222 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.13 |
| HSL | 263.93º | 0.73% | 0.51% | - |
| HSV(B) | 263.93º | 0.82% | 0.87% | - |
| XYZ | 20.59 | 10.17 | 69.98 | - |
| YUV | 81.69 | 207.18 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 222 | 0.50 | 0.82 | 0 | 0.13 | 263.93 | 0.73 | 0.51 |
| Hex | 70 | 27 | DE | 32 | 52 | 0 | D | 108 | 49 | 33 |
| Octal | 160 | 47 | 336 | 62 | 122 | 0 | 15 | 410 | 111 | 63 |
| Binary | 1110000 | 100111 | 11011110 | 110010 | 1010010 | 0 | 1101 | 100001000 | 1001001 | 110011 |
Color Harmonies of #7027DE
Complementary color
Monochromatic Colors of #7027DE
Black with #7027DE
Text Example
Text Example
White with #7027DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7027DE; }
p { color: rgb(112,39,222); }
H1.HeaderClassName
{
color: #7027DE;
}
.AnyTagClassName
{
color: #7027DE;
}
</style>
background-color css
<style>
a { background-color: #7027DE; }
a { background-color: rgb(112,39,222); }
div.DivClassName
{
background-color: #7027DE;
}
.BgClassName
{
background-color: #7027DE;
}
</style>
border-color css
<style>
span { border-color: #7027DE; }
span { border-color: rgb(112,39,222); }
td.TdClassName
{
border-color: #7027DE;
}
.TagClassName
{
border-color: #7027DE;
}
</style>