Shades of Blue Violet #7C3DDB
Tints of Blue Violet #7C3DDB
RGB
CMYK
RGB Variations
Color information
#7C3DDB (or 0x7C3DDB) is known color: Blue Violet. HEX triplet: 7C, 3D and DB. RGB value is (124,61,219). Sum of RGB (Red+Green+Blue) = 124+61+219=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C3DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3DDB is #83C224. Grayscale: #616161. Windows color (decimal): -8634917 or 14368124. OLE color: 14368124.
HSL color Cylindrical-coordinate representation of color #7C3DDB: hue angle of 263.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C3DDB is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 61 | 219 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.14 |
| HSL | 263.92º | 0.69% | 0.55% | - |
| HSV(B) | 263.92º | 0.72% | 0.86% | - |
| XYZ | 22.77 | 12.74 | 68.28 | - |
| YUV | 97.85 | 196.37 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 61 | 219 | 0.43 | 0.72 | 0 | 0.14 | 263.92 | 0.69 | 0.55 |
| Hex | 7C | 3D | DB | 2B | 48 | 0 | E | 108 | 45 | 37 |
| Octal | 174 | 75 | 333 | 53 | 110 | 0 | 16 | 410 | 105 | 67 |
| Binary | 1111100 | 111101 | 11011011 | 101011 | 1001000 | 0 | 1110 | 100001000 | 1000101 | 110111 |
Color Harmonies of #7C3DDB
Complementary color
Monochromatic Colors of #7C3DDB
Black with #7C3DDB
Text Example
Text Example
White with #7C3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3DDB; }
p { color: rgb(124,61,219); }
H1.HeaderClassName
{
color: #7C3DDB;
}
.AnyTagClassName
{
color: #7C3DDB;
}
</style>
background-color css
<style>
a { background-color: #7C3DDB; }
a { background-color: rgb(124,61,219); }
div.DivClassName
{
background-color: #7C3DDB;
}
.BgClassName
{
background-color: #7C3DDB;
}
</style>
border-color css
<style>
span { border-color: #7C3DDB; }
span { border-color: rgb(124,61,219); }
td.TdClassName
{
border-color: #7C3DDB;
}
.TagClassName
{
border-color: #7C3DDB;
}
</style>