Shades of Blue Violet #7619EF
Tints of Blue Violet #7619EF
RGB
CMYK
RGB Variations
Color information
#7619EF (or 0x7619EF) is known color: Blue Violet. HEX triplet: 76, 19 and EF. RGB value is (118,25,239). Sum of RGB (Red+Green+Blue) = 118+25+239=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #7619EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7619EF is #89E610. Grayscale: #4C4C4C. Windows color (decimal): -9037329 or 15669622. OLE color: 15669622.
HSL color Cylindrical-coordinate representation of color #7619EF: hue angle of 266.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7619EF is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 25 | 239 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.06 |
| HSL | 266.07º | 0.87% | 0.52% | - |
| HSV(B) | 266.07º | 0.9% | 0.94% | - |
| XYZ | 23.4 | 10.78 | 82.51 | - |
| YUV | 77.2 | 219.31 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 239 | 0.51 | 0.90 | 0 | 0.06 | 266.07 | 0.87 | 0.52 |
| Hex | 76 | 19 | EF | 33 | 5A | 0 | 6 | 10A | 57 | 34 |
| Octal | 166 | 31 | 357 | 63 | 132 | 0 | 6 | 412 | 127 | 64 |
| Binary | 1110110 | 11001 | 11101111 | 110011 | 1011010 | 0 | 110 | 100001010 | 1010111 | 110100 |
Color Harmonies of #7619EF
Complementary color
Monochromatic Colors of #7619EF
Black with #7619EF
Text Example
Text Example
White with #7619EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7619EF; }
p { color: rgb(118,25,239); }
H1.HeaderClassName
{
color: #7619EF;
}
.AnyTagClassName
{
color: #7619EF;
}
</style>
background-color css
<style>
a { background-color: #7619EF; }
a { background-color: rgb(118,25,239); }
div.DivClassName
{
background-color: #7619EF;
}
.BgClassName
{
background-color: #7619EF;
}
</style>
border-color css
<style>
span { border-color: #7619EF; }
span { border-color: rgb(118,25,239); }
td.TdClassName
{
border-color: #7619EF;
}
.TagClassName
{
border-color: #7619EF;
}
</style>