Shades of Blue Violet #7F3BDB
Tints of Blue Violet #7F3BDB
RGB
CMYK
RGB Variations
Color information
#7F3BDB (or 0x7F3BDB) is known color: Blue Violet. HEX triplet: 7F, 3B and DB. RGB value is (127,59,219). Sum of RGB (Red+Green+Blue) = 127+59+219=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3BDB is #80C424. Grayscale: #616161. Windows color (decimal): -8438821 or 14367615. OLE color: 14367615.
HSL color Cylindrical-coordinate representation of color #7F3BDB: hue angle of 265.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F3BDB is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 59 | 219 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.14 |
| HSL | 265.5º | 0.69% | 0.55% | - |
| HSV(B) | 265.5º | 0.73% | 0.86% | - |
| XYZ | 23.1 | 12.75 | 68.26 | - |
| YUV | 97.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 59 | 219 | 0.42 | 0.73 | 0 | 0.14 | 265.5 | 0.69 | 0.55 |
| Hex | 7F | 3B | DB | 2A | 49 | 0 | E | 10A | 45 | 37 |
| Octal | 177 | 73 | 333 | 52 | 111 | 0 | 16 | 412 | 105 | 67 |
| Binary | 1111111 | 111011 | 11011011 | 101010 | 1001001 | 0 | 1110 | 100001010 | 1000101 | 110111 |
Color Harmonies of #7F3BDB
Complementary color
Monochromatic Colors of #7F3BDB
Black with #7F3BDB
Text Example
Text Example
White with #7F3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3BDB; }
p { color: rgb(127,59,219); }
H1.HeaderClassName
{
color: #7F3BDB;
}
.AnyTagClassName
{
color: #7F3BDB;
}
</style>
background-color css
<style>
a { background-color: #7F3BDB; }
a { background-color: rgb(127,59,219); }
div.DivClassName
{
background-color: #7F3BDB;
}
.BgClassName
{
background-color: #7F3BDB;
}
</style>
border-color css
<style>
span { border-color: #7F3BDB; }
span { border-color: rgb(127,59,219); }
td.TdClassName
{
border-color: #7F3BDB;
}
.TagClassName
{
border-color: #7F3BDB;
}
</style>