Shades of Blue Violet #7619DC
Tints of Blue Violet #7619DC
RGB
CMYK
RGB Variations
Color information
#7619DC (or 0x7619DC) is known color: Blue Violet. HEX triplet: 76, 19 and DC. RGB value is (118,25,220). Sum of RGB (Red+Green+Blue) = 118+25+220=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #7619DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7619DC is #89E623. Grayscale: #4A4A4A. Windows color (decimal): -9037348 or 14424438. OLE color: 14424438.
HSL color Cylindrical-coordinate representation of color #7619DC: hue angle of 268.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7619DC is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 25 | 220 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.14 |
| HSL | 268.62º | 0.8% | 0.48% | - |
| HSV(B) | 268.62º | 0.89% | 0.86% | - |
| XYZ | 20.74 | 9.71 | 68.49 | - |
| YUV | 75.04 | 209.81 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 220 | 0.46 | 0.89 | 0 | 0.14 | 268.62 | 0.8 | 0.48 |
| Hex | 76 | 19 | DC | 2E | 59 | 0 | E | 10D | 50 | 30 |
| Octal | 166 | 31 | 334 | 56 | 131 | 0 | 16 | 415 | 120 | 60 |
| Binary | 1110110 | 11001 | 11011100 | 101110 | 1011001 | 0 | 1110 | 100001101 | 1010000 | 110000 |
Color Harmonies of #7619DC
Complementary color
Monochromatic Colors of #7619DC
Black with #7619DC
Text Example
Text Example
White with #7619DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7619DC; }
p { color: rgb(118,25,220); }
H1.HeaderClassName
{
color: #7619DC;
}
.AnyTagClassName
{
color: #7619DC;
}
</style>
background-color css
<style>
a { background-color: #7619DC; }
a { background-color: rgb(118,25,220); }
div.DivClassName
{
background-color: #7619DC;
}
.BgClassName
{
background-color: #7619DC;
}
</style>
border-color css
<style>
span { border-color: #7619DC; }
span { border-color: rgb(118,25,220); }
td.TdClassName
{
border-color: #7619DC;
}
.TagClassName
{
border-color: #7619DC;
}
</style>