Shades of Blue Violet #7227ED
Tints of Blue Violet #7227ED
RGB
CMYK
RGB Variations
Color information
#7227ED (or 0x7227ED) is known color: Blue Violet. HEX triplet: 72, 27 and ED. RGB value is (114,39,237). Sum of RGB (Red+Green+Blue) = 114+39+237=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #7227ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7227ED is #8DD812. Grayscale: #535353. Windows color (decimal): -9295891 or 15542130. OLE color: 15542130.
HSL color Cylindrical-coordinate representation of color #7227ED: hue angle of 262.73º 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 #7227ED is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 39 | 237 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.07 |
| HSL | 262.73º | 0.85% | 0.54% | - |
| HSV(B) | 262.73º | 0.84% | 0.93% | - |
| XYZ | 22.95 | 11.14 | 81.06 | - |
| YUV | 84 | 214.35 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 237 | 0.52 | 0.84 | 0 | 0.07 | 262.73 | 0.85 | 0.54 |
| Hex | 72 | 27 | ED | 34 | 54 | 0 | 7 | 107 | 55 | 36 |
| Octal | 162 | 47 | 355 | 64 | 124 | 0 | 7 | 407 | 125 | 66 |
| Binary | 1110010 | 100111 | 11101101 | 110100 | 1010100 | 0 | 111 | 100000111 | 1010101 | 110110 |
Color Harmonies of #7227ED
Complementary color
Monochromatic Colors of #7227ED
Black with #7227ED
Text Example
Text Example
White with #7227ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7227ED; }
p { color: rgb(114,39,237); }
H1.HeaderClassName
{
color: #7227ED;
}
.AnyTagClassName
{
color: #7227ED;
}
</style>
background-color css
<style>
a { background-color: #7227ED; }
a { background-color: rgb(114,39,237); }
div.DivClassName
{
background-color: #7227ED;
}
.BgClassName
{
background-color: #7227ED;
}
</style>
border-color css
<style>
span { border-color: #7227ED; }
span { border-color: rgb(114,39,237); }
td.TdClassName
{
border-color: #7227ED;
}
.TagClassName
{
border-color: #7227ED;
}
</style>