Shades of Blue Violet #7228DC
Tints of Blue Violet #7228DC
RGB
CMYK
RGB Variations
Color information
#7228DC (or 0x7228DC) is known color: Blue Violet. HEX triplet: 72, 28 and DC. RGB value is (114,40,220). Sum of RGB (Red+Green+Blue) = 114+40+220=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #7228DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7228DC is #8DD723. Grayscale: #525252. Windows color (decimal): -9295652 or 14428274. OLE color: 14428274.
HSL color Cylindrical-coordinate representation of color #7228DC: hue angle of 264.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7228DC is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 40 | 220 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.14 |
| HSL | 264.67º | 0.72% | 0.51% | - |
| HSV(B) | 264.67º | 0.82% | 0.86% | - |
| XYZ | 20.62 | 10.26 | 68.6 | - |
| YUV | 82.65 | 205.52 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 220 | 0.48 | 0.82 | 0 | 0.14 | 264.67 | 0.72 | 0.51 |
| Hex | 72 | 28 | DC | 30 | 52 | 0 | E | 109 | 48 | 33 |
| Octal | 162 | 50 | 334 | 60 | 122 | 0 | 16 | 411 | 110 | 63 |
| Binary | 1110010 | 101000 | 11011100 | 110000 | 1010010 | 0 | 1110 | 100001001 | 1001000 | 110011 |
Color Harmonies of #7228DC
Complementary color
Monochromatic Colors of #7228DC
Black with #7228DC
Text Example
Text Example
White with #7228DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7228DC; }
p { color: rgb(114,40,220); }
H1.HeaderClassName
{
color: #7228DC;
}
.AnyTagClassName
{
color: #7228DC;
}
</style>
background-color css
<style>
a { background-color: #7228DC; }
a { background-color: rgb(114,40,220); }
div.DivClassName
{
background-color: #7228DC;
}
.BgClassName
{
background-color: #7228DC;
}
</style>
border-color css
<style>
span { border-color: #7228DC; }
span { border-color: rgb(114,40,220); }
td.TdClassName
{
border-color: #7228DC;
}
.TagClassName
{
border-color: #7228DC;
}
</style>