Shades of Blue Violet #7628EA
Tints of Blue Violet #7628EA
RGB
CMYK
RGB Variations
Color information
#7628EA (or 0x7628EA) is known color: Blue Violet. HEX triplet: 76, 28 and EA. RGB value is (118,40,234). Sum of RGB (Red+Green+Blue) = 118+40+234=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #7628EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7628EA is #89D715. Grayscale: #545454. Windows color (decimal): -9033494 or 15345782. OLE color: 15345782.
HSL color Cylindrical-coordinate representation of color #7628EA: hue angle of 264.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7628EA is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 40 | 234 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.08 |
| HSL | 264.12º | 0.82% | 0.54% | - |
| HSV(B) | 264.12º | 0.83% | 0.92% | - |
| XYZ | 23.08 | 11.31 | 78.81 | - |
| YUV | 85.44 | 211.84 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 234 | 0.50 | 0.83 | 0 | 0.08 | 264.12 | 0.82 | 0.54 |
| Hex | 76 | 28 | EA | 32 | 53 | 0 | 8 | 108 | 52 | 36 |
| Octal | 166 | 50 | 352 | 62 | 123 | 0 | 10 | 410 | 122 | 66 |
| Binary | 1110110 | 101000 | 11101010 | 110010 | 1010011 | 0 | 1000 | 100001000 | 1010010 | 110110 |
Color Harmonies of #7628EA
Complementary color
Monochromatic Colors of #7628EA
Black with #7628EA
Text Example
Text Example
White with #7628EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7628EA; }
p { color: rgb(118,40,234); }
H1.HeaderClassName
{
color: #7628EA;
}
.AnyTagClassName
{
color: #7628EA;
}
</style>
background-color css
<style>
a { background-color: #7628EA; }
a { background-color: rgb(118,40,234); }
div.DivClassName
{
background-color: #7628EA;
}
.BgClassName
{
background-color: #7628EA;
}
</style>
border-color css
<style>
span { border-color: #7628EA; }
span { border-color: rgb(118,40,234); }
td.TdClassName
{
border-color: #7628EA;
}
.TagClassName
{
border-color: #7628EA;
}
</style>