Shades of Blue Violet #7620EF
Tints of Blue Violet #7620EF
RGB
CMYK
RGB Variations
Color information
#7620EF (or 0x7620EF) is known color: Blue Violet. HEX triplet: 76, 20 and EF. RGB value is (118,32,239). Sum of RGB (Red+Green+Blue) = 118+32+239=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #7620EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7620EF is #89DF10. Grayscale: #505050. Windows color (decimal): -9035537 or 15671414. OLE color: 15671414.
HSL color Cylindrical-coordinate representation of color #7620EF: hue angle of 264.93º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7620EF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 32 | 239 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.06 |
| HSL | 264.93º | 0.87% | 0.53% | - |
| HSV(B) | 264.93º | 0.87% | 0.94% | - |
| XYZ | 23.57 | 11.12 | 82.56 | - |
| YUV | 81.31 | 216.99 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 239 | 0.51 | 0.87 | 0 | 0.06 | 264.93 | 0.87 | 0.53 |
| Hex | 76 | 20 | EF | 33 | 57 | 0 | 6 | 109 | 57 | 35 |
| Octal | 166 | 40 | 357 | 63 | 127 | 0 | 6 | 411 | 127 | 65 |
| Binary | 1110110 | 100000 | 11101111 | 110011 | 1010111 | 0 | 110 | 100001001 | 1010111 | 110101 |
Color Harmonies of #7620EF
Complementary color
Monochromatic Colors of #7620EF
Black with #7620EF
Text Example
Text Example
White with #7620EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7620EF; }
p { color: rgb(118,32,239); }
H1.HeaderClassName
{
color: #7620EF;
}
.AnyTagClassName
{
color: #7620EF;
}
</style>
background-color css
<style>
a { background-color: #7620EF; }
a { background-color: rgb(118,32,239); }
div.DivClassName
{
background-color: #7620EF;
}
.BgClassName
{
background-color: #7620EF;
}
</style>
border-color css
<style>
span { border-color: #7620EF; }
span { border-color: rgb(118,32,239); }
td.TdClassName
{
border-color: #7620EF;
}
.TagClassName
{
border-color: #7620EF;
}
</style>