Shades of Blue Violet #7226DC
Tints of Blue Violet #7226DC
RGB
CMYK
RGB Variations
Color information
#7226DC (or 0x7226DC) is known color: Blue Violet. HEX triplet: 72, 26 and DC. RGB value is (114,38,220). Sum of RGB (Red+Green+Blue) = 114+38+220=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #7226DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7226DC is #8DD923. Grayscale: #505050. Windows color (decimal): -9296164 or 14427762. OLE color: 14427762.
HSL color Cylindrical-coordinate representation of color #7226DC: hue angle of 265.05º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7226DC is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 38 | 220 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.14 |
| HSL | 265.06º | 0.72% | 0.51% | - |
| HSV(B) | 265.06º | 0.83% | 0.86% | - |
| XYZ | 20.55 | 10.13 | 68.58 | - |
| YUV | 81.47 | 206.18 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 220 | 0.48 | 0.83 | 0 | 0.14 | 265.06 | 0.72 | 0.51 |
| Hex | 72 | 26 | DC | 30 | 53 | 0 | E | 109 | 48 | 33 |
| Octal | 162 | 46 | 334 | 60 | 123 | 0 | 16 | 411 | 110 | 63 |
| Binary | 1110010 | 100110 | 11011100 | 110000 | 1010011 | 0 | 1110 | 100001001 | 1001000 | 110011 |
Color Harmonies of #7226DC
Complementary color
Monochromatic Colors of #7226DC
Black with #7226DC
Text Example
Text Example
White with #7226DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7226DC; }
p { color: rgb(114,38,220); }
H1.HeaderClassName
{
color: #7226DC;
}
.AnyTagClassName
{
color: #7226DC;
}
</style>
background-color css
<style>
a { background-color: #7226DC; }
a { background-color: rgb(114,38,220); }
div.DivClassName
{
background-color: #7226DC;
}
.BgClassName
{
background-color: #7226DC;
}
</style>
border-color css
<style>
span { border-color: #7226DC; }
span { border-color: rgb(114,38,220); }
td.TdClassName
{
border-color: #7226DC;
}
.TagClassName
{
border-color: #7226DC;
}
</style>