Shades of Blue Violet #7332DC
Tints of Blue Violet #7332DC
RGB
CMYK
RGB Variations
Color information
#7332DC (or 0x7332DC) is known color: Blue Violet. HEX triplet: 73, 32 and DC. RGB value is (115,50,220). Sum of RGB (Red+Green+Blue) = 115+50+220=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #7332DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7332DC is #8CCD23. Grayscale: #585858. Windows color (decimal): -9227556 or 14430835. OLE color: 14430835.
HSL color Cylindrical-coordinate representation of color #7332DC: hue angle of 262.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7332DC is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 50 | 220 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.14 |
| HSL | 262.94º | 0.71% | 0.53% | - |
| HSV(B) | 262.94º | 0.77% | 0.86% | - |
| XYZ | 21.13 | 11.09 | 68.74 | - |
| YUV | 88.82 | 202.03 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 220 | 0.48 | 0.77 | 0 | 0.14 | 262.94 | 0.71 | 0.53 |
| Hex | 73 | 32 | DC | 30 | 4D | 0 | E | 107 | 47 | 35 |
| Octal | 163 | 62 | 334 | 60 | 115 | 0 | 16 | 407 | 107 | 65 |
| Binary | 1110011 | 110010 | 11011100 | 110000 | 1001101 | 0 | 1110 | 100000111 | 1000111 | 110101 |
Color Harmonies of #7332DC
Complementary color
Monochromatic Colors of #7332DC
Black with #7332DC
Text Example
Text Example
White with #7332DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7332DC; }
p { color: rgb(115,50,220); }
H1.HeaderClassName
{
color: #7332DC;
}
.AnyTagClassName
{
color: #7332DC;
}
</style>
background-color css
<style>
a { background-color: #7332DC; }
a { background-color: rgb(115,50,220); }
div.DivClassName
{
background-color: #7332DC;
}
.BgClassName
{
background-color: #7332DC;
}
</style>
border-color css
<style>
span { border-color: #7332DC; }
span { border-color: rgb(115,50,220); }
td.TdClassName
{
border-color: #7332DC;
}
.TagClassName
{
border-color: #7332DC;
}
</style>