Shades of Blue Violet #7339DC
Tints of Blue Violet #7339DC
RGB
CMYK
RGB Variations
Color information
#7339DC (or 0x7339DC) is known color: Blue Violet. HEX triplet: 73, 39 and DC. RGB value is (115,57,220). Sum of RGB (Red+Green+Blue) = 115+57+220=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #7339DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7339DC is #8CC623. Grayscale: #5C5C5C. Windows color (decimal): -9225764 or 14432627. OLE color: 14432627.
HSL color Cylindrical-coordinate representation of color #7339DC: hue angle of 261.35º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7339DC is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 57 | 220 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.14 |
| HSL | 261.35º | 0.7% | 0.54% | - |
| HSV(B) | 261.35º | 0.74% | 0.86% | - |
| XYZ | 21.45 | 11.74 | 68.85 | - |
| YUV | 92.92 | 199.72 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 220 | 0.48 | 0.74 | 0 | 0.14 | 261.35 | 0.7 | 0.54 |
| Hex | 73 | 39 | DC | 30 | 4A | 0 | E | 105 | 46 | 36 |
| Octal | 163 | 71 | 334 | 60 | 112 | 0 | 16 | 405 | 106 | 66 |
| Binary | 1110011 | 111001 | 11011100 | 110000 | 1001010 | 0 | 1110 | 100000101 | 1000110 | 110110 |
Color Harmonies of #7339DC
Complementary color
Monochromatic Colors of #7339DC
Black with #7339DC
Text Example
Text Example
White with #7339DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7339DC; }
p { color: rgb(115,57,220); }
H1.HeaderClassName
{
color: #7339DC;
}
.AnyTagClassName
{
color: #7339DC;
}
</style>
background-color css
<style>
a { background-color: #7339DC; }
a { background-color: rgb(115,57,220); }
div.DivClassName
{
background-color: #7339DC;
}
.BgClassName
{
background-color: #7339DC;
}
</style>
border-color css
<style>
span { border-color: #7339DC; }
span { border-color: rgb(115,57,220); }
td.TdClassName
{
border-color: #7339DC;
}
.TagClassName
{
border-color: #7339DC;
}
</style>