Shades of Blue Violet #7F11DB
Tints of Blue Violet #7F11DB
RGB
CMYK
RGB Variations
Color information
#7F11DB (or 0x7F11DB) is known color: Blue Violet. HEX triplet: 7F, 11 and DB. RGB value is (127,17,219). Sum of RGB (Red+Green+Blue) = 127+17+219=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F11DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F11DB is #80EE24. Grayscale: #484848. Windows color (decimal): -8449573 or 14356863. OLE color: 14356863.
HSL color Cylindrical-coordinate representation of color #7F11DB: hue angle of 272.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F11DB is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 17 | 219 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.14 |
| HSL | 272.67º | 0.86% | 0.46% | - |
| HSV(B) | 272.67º | 0.92% | 0.86% | - |
| XYZ | 21.74 | 10.03 | 67.81 | - |
| YUV | 72.92 | 210.44 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 219 | 0.42 | 0.92 | 0 | 0.14 | 272.67 | 0.86 | 0.46 |
| Hex | 7F | 11 | DB | 2A | 5C | 0 | E | 111 | 56 | 2E |
| Octal | 177 | 21 | 333 | 52 | 134 | 0 | 16 | 421 | 126 | 56 |
| Binary | 1111111 | 10001 | 11011011 | 101010 | 1011100 | 0 | 1110 | 100010001 | 1010110 | 101110 |
Color Harmonies of #7F11DB
Complementary color
Monochromatic Colors of #7F11DB
Black with #7F11DB
Text Example
Text Example
White with #7F11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F11DB; }
p { color: rgb(127,17,219); }
H1.HeaderClassName
{
color: #7F11DB;
}
.AnyTagClassName
{
color: #7F11DB;
}
</style>
background-color css
<style>
a { background-color: #7F11DB; }
a { background-color: rgb(127,17,219); }
div.DivClassName
{
background-color: #7F11DB;
}
.BgClassName
{
background-color: #7F11DB;
}
</style>
border-color css
<style>
span { border-color: #7F11DB; }
span { border-color: rgb(127,17,219); }
td.TdClassName
{
border-color: #7F11DB;
}
.TagClassName
{
border-color: #7F11DB;
}
</style>