Shades of Blue Violet #7642EF
Tints of Blue Violet #7642EF
RGB
CMYK
RGB Variations
Color information
#7642EF (or 0x7642EF) is known color: Blue Violet. HEX triplet: 76, 42 and EF. RGB value is (118,66,239). Sum of RGB (Red+Green+Blue) = 118+66+239=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #7642EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7642EF is #89BD10. Grayscale: #646464. Windows color (decimal): -9026833 or 15680118. OLE color: 15680118.
HSL color Cylindrical-coordinate representation of color #7642EF: hue angle of 258.03º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7642EF is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 66 | 239 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.06 |
| HSL | 258.03º | 0.84% | 0.6% | - |
| HSV(B) | 258.03º | 0.72% | 0.94% | - |
| XYZ | 25 | 13.98 | 83.04 | - |
| YUV | 101.27 | 205.73 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 239 | 0.51 | 0.72 | 0 | 0.06 | 258.03 | 0.84 | 0.6 |
| Hex | 76 | 42 | EF | 33 | 48 | 0 | 6 | 102 | 54 | 3C |
| Octal | 166 | 102 | 357 | 63 | 110 | 0 | 6 | 402 | 124 | 74 |
| Binary | 1110110 | 1000010 | 11101111 | 110011 | 1001000 | 0 | 110 | 100000010 | 1010100 | 111100 |
Color Harmonies of #7642EF
Complementary color
Monochromatic Colors of #7642EF
Black with #7642EF
Text Example
Text Example
White with #7642EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7642EF; }
p { color: rgb(118,66,239); }
H1.HeaderClassName
{
color: #7642EF;
}
.AnyTagClassName
{
color: #7642EF;
}
</style>
background-color css
<style>
a { background-color: #7642EF; }
a { background-color: rgb(118,66,239); }
div.DivClassName
{
background-color: #7642EF;
}
.BgClassName
{
background-color: #7642EF;
}
</style>
border-color css
<style>
span { border-color: #7642EF; }
span { border-color: rgb(118,66,239); }
td.TdClassName
{
border-color: #7642EF;
}
.TagClassName
{
border-color: #7642EF;
}
</style>