Shades of Blue Violet #7027ED
Tints of Blue Violet #7027ED
RGB
CMYK
RGB Variations
Color information
#7027ED (or 0x7027ED) is known color: Blue Violet. HEX triplet: 70, 27 and ED. RGB value is (112,39,237). Sum of RGB (Red+Green+Blue) = 112+39+237=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #7027ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7027ED is #8FD812. Grayscale: #525252. Windows color (decimal): -9426963 or 15542128. OLE color: 15542128.
HSL color Cylindrical-coordinate representation of color #7027ED: hue angle of 262.12º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7027ED is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 39 | 237 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.07 |
| HSL | 262.12º | 0.85% | 0.54% | - |
| HSV(B) | 262.12º | 0.84% | 0.93% | - |
| XYZ | 22.69 | 11.01 | 81.05 | - |
| YUV | 83.4 | 214.68 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 237 | 0.53 | 0.84 | 0 | 0.07 | 262.12 | 0.85 | 0.54 |
| Hex | 70 | 27 | ED | 35 | 54 | 0 | 7 | 106 | 55 | 36 |
| Octal | 160 | 47 | 355 | 65 | 124 | 0 | 7 | 406 | 125 | 66 |
| Binary | 1110000 | 100111 | 11101101 | 110101 | 1010100 | 0 | 111 | 100000110 | 1010101 | 110110 |
Color Harmonies of #7027ED
Complementary color
Monochromatic Colors of #7027ED
Black with #7027ED
Text Example
Text Example
White with #7027ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7027ED; }
p { color: rgb(112,39,237); }
H1.HeaderClassName
{
color: #7027ED;
}
.AnyTagClassName
{
color: #7027ED;
}
</style>
background-color css
<style>
a { background-color: #7027ED; }
a { background-color: rgb(112,39,237); }
div.DivClassName
{
background-color: #7027ED;
}
.BgClassName
{
background-color: #7027ED;
}
</style>
border-color css
<style>
span { border-color: #7027ED; }
span { border-color: rgb(112,39,237); }
td.TdClassName
{
border-color: #7027ED;
}
.TagClassName
{
border-color: #7027ED;
}
</style>