Shades of Blue Violet #7F2DDB
Tints of Blue Violet #7F2DDB
RGB
CMYK
RGB Variations
Color information
#7F2DDB (or 0x7F2DDB) is known color: Blue Violet. HEX triplet: 7F, 2D and DB. RGB value is (127,45,219). Sum of RGB (Red+Green+Blue) = 127+45+219=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F2DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2DDB is #80D224. Grayscale: #585858. Windows color (decimal): -8442405 or 14364031. OLE color: 14364031.
HSL color Cylindrical-coordinate representation of color #7F2DDB: hue angle of 268.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F2DDB is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 45 | 219 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.14 |
| HSL | 268.28º | 0.71% | 0.52% | - |
| HSV(B) | 268.28º | 0.79% | 0.86% | - |
| XYZ | 22.48 | 11.5 | 68.05 | - |
| YUV | 89.35 | 201.17 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 219 | 0.42 | 0.79 | 0 | 0.14 | 268.28 | 0.71 | 0.52 |
| Hex | 7F | 2D | DB | 2A | 4F | 0 | E | 10C | 47 | 34 |
| Octal | 177 | 55 | 333 | 52 | 117 | 0 | 16 | 414 | 107 | 64 |
| Binary | 1111111 | 101101 | 11011011 | 101010 | 1001111 | 0 | 1110 | 100001100 | 1000111 | 110100 |
Color Harmonies of #7F2DDB
Complementary color
Monochromatic Colors of #7F2DDB
Black with #7F2DDB
Text Example
Text Example
White with #7F2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2DDB; }
p { color: rgb(127,45,219); }
H1.HeaderClassName
{
color: #7F2DDB;
}
.AnyTagClassName
{
color: #7F2DDB;
}
</style>
background-color css
<style>
a { background-color: #7F2DDB; }
a { background-color: rgb(127,45,219); }
div.DivClassName
{
background-color: #7F2DDB;
}
.BgClassName
{
background-color: #7F2DDB;
}
</style>
border-color css
<style>
span { border-color: #7F2DDB; }
span { border-color: rgb(127,45,219); }
td.TdClassName
{
border-color: #7F2DDB;
}
.TagClassName
{
border-color: #7F2DDB;
}
</style>