Shades of Blue Violet #7223DC
Tints of Blue Violet #7223DC
RGB
CMYK
RGB Variations
Color information
#7223DC (or 0x7223DC) is known color: Blue Violet. HEX triplet: 72, 23 and DC. RGB value is (114,35,220). Sum of RGB (Red+Green+Blue) = 114+35+220=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #7223DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7223DC is #8DDC23. Grayscale: #4F4F4F. Windows color (decimal): -9296932 or 14426994. OLE color: 14426994.
HSL color Cylindrical-coordinate representation of color #7223DC: hue angle of 265.62º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7223DC is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 35 | 220 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.14 |
| HSL | 265.62º | 0.73% | 0.5% | - |
| HSV(B) | 265.62º | 0.84% | 0.86% | - |
| XYZ | 20.46 | 9.95 | 68.55 | - |
| YUV | 79.71 | 207.17 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 220 | 0.48 | 0.84 | 0 | 0.14 | 265.62 | 0.73 | 0.5 |
| Hex | 72 | 23 | DC | 30 | 54 | 0 | E | 10A | 49 | 32 |
| Octal | 162 | 43 | 334 | 60 | 124 | 0 | 16 | 412 | 111 | 62 |
| Binary | 1110010 | 100011 | 11011100 | 110000 | 1010100 | 0 | 1110 | 100001010 | 1001001 | 110010 |
Color Harmonies of #7223DC
Complementary color
Monochromatic Colors of #7223DC
Black with #7223DC
Text Example
Text Example
White with #7223DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7223DC; }
p { color: rgb(114,35,220); }
H1.HeaderClassName
{
color: #7223DC;
}
.AnyTagClassName
{
color: #7223DC;
}
</style>
background-color css
<style>
a { background-color: #7223DC; }
a { background-color: rgb(114,35,220); }
div.DivClassName
{
background-color: #7223DC;
}
.BgClassName
{
background-color: #7223DC;
}
</style>
border-color css
<style>
span { border-color: #7223DC; }
span { border-color: rgb(114,35,220); }
td.TdClassName
{
border-color: #7223DC;
}
.TagClassName
{
border-color: #7223DC;
}
</style>