Shades of Blue Violet #7227EE
Tints of Blue Violet #7227EE
RGB
CMYK
RGB Variations
Color information
#7227EE (or 0x7227EE) is known color: Blue Violet. HEX triplet: 72, 27 and EE. RGB value is (114,39,238). Sum of RGB (Red+Green+Blue) = 114+39+238=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #7227EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7227EE is #8DD811. Grayscale: #535353. Windows color (decimal): -9295890 or 15607666. OLE color: 15607666.
HSL color Cylindrical-coordinate representation of color #7227EE: hue angle of 262.61º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7227EE is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 39 | 238 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.07 |
| HSL | 262.61º | 0.85% | 0.54% | - |
| HSV(B) | 262.61º | 0.84% | 0.93% | - |
| XYZ | 23.1 | 11.2 | 81.83 | - |
| YUV | 84.11 | 214.85 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 238 | 0.52 | 0.84 | 0 | 0.07 | 262.61 | 0.85 | 0.54 |
| Hex | 72 | 27 | EE | 34 | 54 | 0 | 7 | 107 | 55 | 36 |
| Octal | 162 | 47 | 356 | 64 | 124 | 0 | 7 | 407 | 125 | 66 |
| Binary | 1110010 | 100111 | 11101110 | 110100 | 1010100 | 0 | 111 | 100000111 | 1010101 | 110110 |
Color Harmonies of #7227EE
Complementary color
Monochromatic Colors of #7227EE
Black with #7227EE
Text Example
Text Example
White with #7227EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7227EE; }
p { color: rgb(114,39,238); }
H1.HeaderClassName
{
color: #7227EE;
}
.AnyTagClassName
{
color: #7227EE;
}
</style>
background-color css
<style>
a { background-color: #7227EE; }
a { background-color: rgb(114,39,238); }
div.DivClassName
{
background-color: #7227EE;
}
.BgClassName
{
background-color: #7227EE;
}
</style>
border-color css
<style>
span { border-color: #7227EE; }
span { border-color: rgb(114,39,238); }
td.TdClassName
{
border-color: #7227EE;
}
.TagClassName
{
border-color: #7227EE;
}
</style>