Shades of Blue Violet #7F14DB
Tints of Blue Violet #7F14DB
RGB
CMYK
RGB Variations
Color information
#7F14DB (or 0x7F14DB) is known color: Blue Violet. HEX triplet: 7F, 14 and DB. RGB value is (127,20,219). Sum of RGB (Red+Green+Blue) = 127+20+219=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F14DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F14DB is #80EB24. Grayscale: #494949. Windows color (decimal): -8448805 or 14357631. OLE color: 14357631.
HSL color Cylindrical-coordinate representation of color #7F14DB: hue angle of 272.26º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F14DB is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 20 | 219 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.14 |
| HSL | 272.26º | 0.83% | 0.47% | - |
| HSV(B) | 272.26º | 0.91% | 0.86% | - |
| XYZ | 21.79 | 10.13 | 67.82 | - |
| YUV | 74.68 | 209.45 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 219 | 0.42 | 0.91 | 0 | 0.14 | 272.26 | 0.83 | 0.47 |
| Hex | 7F | 14 | DB | 2A | 5B | 0 | E | 110 | 53 | 2F |
| Octal | 177 | 24 | 333 | 52 | 133 | 0 | 16 | 420 | 123 | 57 |
| Binary | 1111111 | 10100 | 11011011 | 101010 | 1011011 | 0 | 1110 | 100010000 | 1010011 | 101111 |
Color Harmonies of #7F14DB
Complementary color
Monochromatic Colors of #7F14DB
Black with #7F14DB
Text Example
Text Example
White with #7F14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F14DB; }
p { color: rgb(127,20,219); }
H1.HeaderClassName
{
color: #7F14DB;
}
.AnyTagClassName
{
color: #7F14DB;
}
</style>
background-color css
<style>
a { background-color: #7F14DB; }
a { background-color: rgb(127,20,219); }
div.DivClassName
{
background-color: #7F14DB;
}
.BgClassName
{
background-color: #7F14DB;
}
</style>
border-color css
<style>
span { border-color: #7F14DB; }
span { border-color: rgb(127,20,219); }
td.TdClassName
{
border-color: #7F14DB;
}
.TagClassName
{
border-color: #7F14DB;
}
</style>