Shades of Blue Violet #7229EF
Tints of Blue Violet #7229EF
RGB
CMYK
RGB Variations
Color information
#7229EF (or 0x7229EF) is known color: Blue Violet. HEX triplet: 72, 29 and EF. RGB value is (114,41,239). Sum of RGB (Red+Green+Blue) = 114+41+239=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #7229EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7229EF is #8DD610. Grayscale: #545454. Windows color (decimal): -9295377 or 15673714. OLE color: 15673714.
HSL color Cylindrical-coordinate representation of color #7229EF: hue angle of 262.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7229EF is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 41 | 239 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.06 |
| HSL | 262.12º | 0.86% | 0.55% | - |
| HSV(B) | 262.12º | 0.83% | 0.94% | - |
| XYZ | 23.31 | 11.4 | 82.63 | - |
| YUV | 85.4 | 214.68 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 239 | 0.52 | 0.83 | 0 | 0.06 | 262.12 | 0.86 | 0.55 |
| Hex | 72 | 29 | EF | 34 | 53 | 0 | 6 | 106 | 56 | 37 |
| Octal | 162 | 51 | 357 | 64 | 123 | 0 | 6 | 406 | 126 | 67 |
| Binary | 1110010 | 101001 | 11101111 | 110100 | 1010011 | 0 | 110 | 100000110 | 1010110 | 110111 |
Color Harmonies of #7229EF
Complementary color
Monochromatic Colors of #7229EF
Black with #7229EF
Text Example
Text Example
White with #7229EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7229EF; }
p { color: rgb(114,41,239); }
H1.HeaderClassName
{
color: #7229EF;
}
.AnyTagClassName
{
color: #7229EF;
}
</style>
background-color css
<style>
a { background-color: #7229EF; }
a { background-color: rgb(114,41,239); }
div.DivClassName
{
background-color: #7229EF;
}
.BgClassName
{
background-color: #7229EF;
}
</style>
border-color css
<style>
span { border-color: #7229EF; }
span { border-color: rgb(114,41,239); }
td.TdClassName
{
border-color: #7229EF;
}
.TagClassName
{
border-color: #7229EF;
}
</style>