Shades of Blue Violet #7228EB
Tints of Blue Violet #7228EB
RGB
CMYK
RGB Variations
Color information
#7228EB (or 0x7228EB) is known color: Blue Violet. HEX triplet: 72, 28 and EB. RGB value is (114,40,235). Sum of RGB (Red+Green+Blue) = 114+40+235=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #7228EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7228EB is #8DD714. Grayscale: #535353. Windows color (decimal): -9295637 or 15411314. OLE color: 15411314.
HSL color Cylindrical-coordinate representation of color #7228EB: hue angle of 262.77º degrees, saturation: 0.83, 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 #7228EB is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 40 | 235 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.08 |
| HSL | 262.77º | 0.83% | 0.54% | - |
| HSV(B) | 262.77º | 0.83% | 0.92% | - |
| XYZ | 22.69 | 11.09 | 79.54 | - |
| YUV | 84.36 | 213.02 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 235 | 0.51 | 0.83 | 0 | 0.08 | 262.77 | 0.83 | 0.54 |
| Hex | 72 | 28 | EB | 33 | 53 | 0 | 8 | 107 | 53 | 36 |
| Octal | 162 | 50 | 353 | 63 | 123 | 0 | 10 | 407 | 123 | 66 |
| Binary | 1110010 | 101000 | 11101011 | 110011 | 1010011 | 0 | 1000 | 100000111 | 1010011 | 110110 |
Color Harmonies of #7228EB
Complementary color
Monochromatic Colors of #7228EB
Black with #7228EB
Text Example
Text Example
White with #7228EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7228EB; }
p { color: rgb(114,40,235); }
H1.HeaderClassName
{
color: #7228EB;
}
.AnyTagClassName
{
color: #7228EB;
}
</style>
background-color css
<style>
a { background-color: #7228EB; }
a { background-color: rgb(114,40,235); }
div.DivClassName
{
background-color: #7228EB;
}
.BgClassName
{
background-color: #7228EB;
}
</style>
border-color css
<style>
span { border-color: #7228EB; }
span { border-color: rgb(114,40,235); }
td.TdClassName
{
border-color: #7228EB;
}
.TagClassName
{
border-color: #7228EB;
}
</style>