Shades of Blue Violet #7620F8
Tints of Blue Violet #7620F8
RGB
CMYK
RGB Variations
Color information
#7620F8 (or 0x7620F8) is known color: Blue Violet. HEX triplet: 76, 20 and F8. RGB value is (118,32,248). Sum of RGB (Red+Green+Blue) = 118+32+248=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #7620F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7620F8 is #89DF07. Grayscale: #515151. Windows color (decimal): -9035528 or 16261238. OLE color: 16261238.
HSL color Cylindrical-coordinate representation of color #7620F8: hue angle of 263.89º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7620F8 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 32 | 248 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.03 |
| HSL | 263.89º | 0.94% | 0.55% | - |
| HSV(B) | 263.89º | 0.87% | 0.97% | - |
| XYZ | 24.93 | 11.66 | 89.74 | - |
| YUV | 82.34 | 221.49 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 248 | 0.52 | 0.87 | 0 | 0.03 | 263.89 | 0.94 | 0.55 |
| Hex | 76 | 20 | F8 | 34 | 57 | 0 | 3 | 108 | 5E | 37 |
| Octal | 166 | 40 | 370 | 64 | 127 | 0 | 3 | 410 | 136 | 67 |
| Binary | 1110110 | 100000 | 11111000 | 110100 | 1010111 | 0 | 11 | 100001000 | 1011110 | 110111 |
Color Harmonies of #7620F8
Complementary color
Monochromatic Colors of #7620F8
Black with #7620F8
Text Example
Text Example
White with #7620F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7620F8; }
p { color: rgb(118,32,248); }
H1.HeaderClassName
{
color: #7620F8;
}
.AnyTagClassName
{
color: #7620F8;
}
</style>
background-color css
<style>
a { background-color: #7620F8; }
a { background-color: rgb(118,32,248); }
div.DivClassName
{
background-color: #7620F8;
}
.BgClassName
{
background-color: #7620F8;
}
</style>
border-color css
<style>
span { border-color: #7620F8; }
span { border-color: rgb(118,32,248); }
td.TdClassName
{
border-color: #7620F8;
}
.TagClassName
{
border-color: #7620F8;
}
</style>