Shades of Blue Violet #7229DD
Tints of Blue Violet #7229DD
RGB
CMYK
RGB Variations
Color information
#7229DD (or 0x7229DD) is known color: Blue Violet. HEX triplet: 72, 29 and DD. RGB value is (114,41,221). Sum of RGB (Red+Green+Blue) = 114+41+221=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #7229DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7229DD is #8DD622. Grayscale: #525252. Windows color (decimal): -9295395 or 14494066. OLE color: 14494066.
HSL color Cylindrical-coordinate representation of color #7229DD: hue angle of 264.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7229DD is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 41 | 221 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.13 |
| HSL | 264.33º | 0.73% | 0.51% | - |
| HSV(B) | 264.33º | 0.81% | 0.87% | - |
| XYZ | 20.78 | 10.38 | 69.32 | - |
| YUV | 83.35 | 205.68 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 221 | 0.48 | 0.81 | 0 | 0.13 | 264.33 | 0.73 | 0.51 |
| Hex | 72 | 29 | DD | 30 | 51 | 0 | D | 108 | 49 | 33 |
| Octal | 162 | 51 | 335 | 60 | 121 | 0 | 15 | 410 | 111 | 63 |
| Binary | 1110010 | 101001 | 11011101 | 110000 | 1010001 | 0 | 1101 | 100001000 | 1001001 | 110011 |
Color Harmonies of #7229DD
Complementary color
Monochromatic Colors of #7229DD
Black with #7229DD
Text Example
Text Example
White with #7229DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7229DD; }
p { color: rgb(114,41,221); }
H1.HeaderClassName
{
color: #7229DD;
}
.AnyTagClassName
{
color: #7229DD;
}
</style>
background-color css
<style>
a { background-color: #7229DD; }
a { background-color: rgb(114,41,221); }
div.DivClassName
{
background-color: #7229DD;
}
.BgClassName
{
background-color: #7229DD;
}
</style>
border-color css
<style>
span { border-color: #7229DD; }
span { border-color: rgb(114,41,221); }
td.TdClassName
{
border-color: #7229DD;
}
.TagClassName
{
border-color: #7229DD;
}
</style>