Shades of Blue Violet #7C20DB
Tints of Blue Violet #7C20DB
RGB
CMYK
RGB Variations
Color information
#7C20DB (or 0x7C20DB) is known color: Blue Violet. HEX triplet: 7C, 20 and DB. RGB value is (124,32,219). Sum of RGB (Red+Green+Blue) = 124+32+219=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C20DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C20DB is #83DF24. Grayscale: #505050. Windows color (decimal): -8642341 or 14360700. OLE color: 14360700.
HSL color Cylindrical-coordinate representation of color #7C20DB: hue angle of 269.52º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C20DB is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 32 | 219 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.14 |
| HSL | 269.52º | 0.75% | 0.49% | - |
| HSV(B) | 269.52º | 0.85% | 0.86% | - |
| XYZ | 21.61 | 10.43 | 67.89 | - |
| YUV | 80.83 | 205.98 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 219 | 0.43 | 0.85 | 0 | 0.14 | 269.52 | 0.75 | 0.49 |
| Hex | 7C | 20 | DB | 2B | 55 | 0 | E | 10E | 4B | 31 |
| Octal | 174 | 40 | 333 | 53 | 125 | 0 | 16 | 416 | 113 | 61 |
| Binary | 1111100 | 100000 | 11011011 | 101011 | 1010101 | 0 | 1110 | 100001110 | 1001011 | 110001 |
Color Harmonies of #7C20DB
Complementary color
Monochromatic Colors of #7C20DB
Black with #7C20DB
Text Example
Text Example
White with #7C20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C20DB; }
p { color: rgb(124,32,219); }
H1.HeaderClassName
{
color: #7C20DB;
}
.AnyTagClassName
{
color: #7C20DB;
}
</style>
background-color css
<style>
a { background-color: #7C20DB; }
a { background-color: rgb(124,32,219); }
div.DivClassName
{
background-color: #7C20DB;
}
.BgClassName
{
background-color: #7C20DB;
}
</style>
border-color css
<style>
span { border-color: #7C20DB; }
span { border-color: rgb(124,32,219); }
td.TdClassName
{
border-color: #7C20DB;
}
.TagClassName
{
border-color: #7C20DB;
}
</style>