Shades of Blue Violet #7621E0
Tints of Blue Violet #7621E0
RGB
CMYK
RGB Variations
Color information
#7621E0 (or 0x7621E0) is known color: Blue Violet. HEX triplet: 76, 21 and E0. RGB value is (118,33,224). Sum of RGB (Red+Green+Blue) = 118+33+224=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 224 (87.89% from 255 or 59.73% from 375); Max value from RGB is 224 - color contains mainly: blue. Hex color #7621E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7621E0 is #89DE1F. Grayscale: #4F4F4F. Windows color (decimal): -9035296 or 14688630. OLE color: 14688630.
HSL color Cylindrical-coordinate representation of color #7621E0: hue angle of 266.7º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7621E0 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 33 | 224 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.12 |
| HSL | 266.7º | 0.75% | 0.5% | - |
| HSV(B) | 266.7º | 0.85% | 0.88% | - |
| XYZ | 21.47 | 10.32 | 71.38 | - |
| YUV | 80.19 | 209.16 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 224 | 0.47 | 0.85 | 0 | 0.12 | 266.7 | 0.75 | 0.5 |
| Hex | 76 | 21 | E0 | 2F | 55 | 0 | C | 10B | 4B | 32 |
| Octal | 166 | 41 | 340 | 57 | 125 | 0 | 14 | 413 | 113 | 62 |
| Binary | 1110110 | 100001 | 11100000 | 101111 | 1010101 | 0 | 1100 | 100001011 | 1001011 | 110010 |
Color Harmonies of #7621E0
Complementary color
Monochromatic Colors of #7621E0
Black with #7621E0
Text Example
Text Example
White with #7621E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7621E0; }
p { color: rgb(118,33,224); }
H1.HeaderClassName
{
color: #7621E0;
}
.AnyTagClassName
{
color: #7621E0;
}
</style>
background-color css
<style>
a { background-color: #7621E0; }
a { background-color: rgb(118,33,224); }
div.DivClassName
{
background-color: #7621E0;
}
.BgClassName
{
background-color: #7621E0;
}
</style>
border-color css
<style>
span { border-color: #7621E0; }
span { border-color: rgb(118,33,224); }
td.TdClassName
{
border-color: #7621E0;
}
.TagClassName
{
border-color: #7621E0;
}
</style>