Shades of Blue Violet #7027DB
Tints of Blue Violet #7027DB
RGB
CMYK
RGB Variations
Color information
#7027DB (or 0x7027DB) is known color: Blue Violet. HEX triplet: 70, 27 and DB. RGB value is (112,39,219). Sum of RGB (Red+Green+Blue) = 112+39+219=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #7027DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7027DB is #8FD824. Grayscale: #505050. Windows color (decimal): -9426981 or 14362480. OLE color: 14362480.
HSL color Cylindrical-coordinate representation of color #7027DB: hue angle of 264.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7027DB is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 39 | 219 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.14 |
| HSL | 264.33º | 0.71% | 0.51% | - |
| HSV(B) | 264.33º | 0.82% | 0.86% | - |
| XYZ | 20.19 | 10.01 | 67.89 | - |
| YUV | 81.35 | 205.68 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 219 | 0.49 | 0.82 | 0 | 0.14 | 264.33 | 0.71 | 0.51 |
| Hex | 70 | 27 | DB | 31 | 52 | 0 | E | 108 | 47 | 33 |
| Octal | 160 | 47 | 333 | 61 | 122 | 0 | 16 | 410 | 107 | 63 |
| Binary | 1110000 | 100111 | 11011011 | 110001 | 1010010 | 0 | 1110 | 100001000 | 1000111 | 110011 |
Color Harmonies of #7027DB
Complementary color
Monochromatic Colors of #7027DB
Black with #7027DB
Text Example
Text Example
White with #7027DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7027DB; }
p { color: rgb(112,39,219); }
H1.HeaderClassName
{
color: #7027DB;
}
.AnyTagClassName
{
color: #7027DB;
}
</style>
background-color css
<style>
a { background-color: #7027DB; }
a { background-color: rgb(112,39,219); }
div.DivClassName
{
background-color: #7027DB;
}
.BgClassName
{
background-color: #7027DB;
}
</style>
border-color css
<style>
span { border-color: #7027DB; }
span { border-color: rgb(112,39,219); }
td.TdClassName
{
border-color: #7027DB;
}
.TagClassName
{
border-color: #7027DB;
}
</style>