Shades of Blue Violet #7619EE
Tints of Blue Violet #7619EE
RGB
CMYK
RGB Variations
Color information
#7619EE (or 0x7619EE) is known color: Blue Violet. HEX triplet: 76, 19 and EE. RGB value is (118,25,238). Sum of RGB (Red+Green+Blue) = 118+25+238=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #7619EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7619EE is #89E611. Grayscale: #4C4C4C. Windows color (decimal): -9037330 or 15604086. OLE color: 15604086.
HSL color Cylindrical-coordinate representation of color #7619EE: hue angle of 266.2º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7619EE is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 25 | 238 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.07 |
| HSL | 266.2º | 0.86% | 0.52% | - |
| HSV(B) | 266.2º | 0.89% | 0.93% | - |
| XYZ | 23.25 | 10.72 | 81.73 | - |
| YUV | 77.09 | 218.81 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 238 | 0.50 | 0.89 | 0 | 0.07 | 266.2 | 0.86 | 0.52 |
| Hex | 76 | 19 | EE | 32 | 59 | 0 | 7 | 10A | 56 | 34 |
| Octal | 166 | 31 | 356 | 62 | 131 | 0 | 7 | 412 | 126 | 64 |
| Binary | 1110110 | 11001 | 11101110 | 110010 | 1011001 | 0 | 111 | 100001010 | 1010110 | 110100 |
Color Harmonies of #7619EE
Complementary color
Monochromatic Colors of #7619EE
Black with #7619EE
Text Example
Text Example
White with #7619EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7619EE; }
p { color: rgb(118,25,238); }
H1.HeaderClassName
{
color: #7619EE;
}
.AnyTagClassName
{
color: #7619EE;
}
</style>
background-color css
<style>
a { background-color: #7619EE; }
a { background-color: rgb(118,25,238); }
div.DivClassName
{
background-color: #7619EE;
}
.BgClassName
{
background-color: #7619EE;
}
</style>
border-color css
<style>
span { border-color: #7619EE; }
span { border-color: rgb(118,25,238); }
td.TdClassName
{
border-color: #7619EE;
}
.TagClassName
{
border-color: #7619EE;
}
</style>