Shades of Blue Violet #7319DC
Tints of Blue Violet #7319DC
RGB
CMYK
RGB Variations
Color information
#7319DC (or 0x7319DC) is known color: Blue Violet. HEX triplet: 73, 19 and DC. RGB value is (115,25,220). Sum of RGB (Red+Green+Blue) = 115+25+220=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #7319DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7319DC is #8CE623. Grayscale: #494949. Windows color (decimal): -9233956 or 14424435. OLE color: 14424435.
HSL color Cylindrical-coordinate representation of color #7319DC: hue angle of 267.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7319DC is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 25 | 220 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.14 |
| HSL | 267.69º | 0.8% | 0.48% | - |
| HSV(B) | 267.69º | 0.89% | 0.86% | - |
| XYZ | 20.34 | 9.51 | 68.47 | - |
| YUV | 74.14 | 210.32 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 220 | 0.48 | 0.89 | 0 | 0.14 | 267.69 | 0.8 | 0.48 |
| Hex | 73 | 19 | DC | 30 | 59 | 0 | E | 10C | 50 | 30 |
| Octal | 163 | 31 | 334 | 60 | 131 | 0 | 16 | 414 | 120 | 60 |
| Binary | 1110011 | 11001 | 11011100 | 110000 | 1011001 | 0 | 1110 | 100001100 | 1010000 | 110000 |
Color Harmonies of #7319DC
Complementary color
Monochromatic Colors of #7319DC
Black with #7319DC
Text Example
Text Example
White with #7319DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319DC; }
p { color: rgb(115,25,220); }
H1.HeaderClassName
{
color: #7319DC;
}
.AnyTagClassName
{
color: #7319DC;
}
</style>
background-color css
<style>
a { background-color: #7319DC; }
a { background-color: rgb(115,25,220); }
div.DivClassName
{
background-color: #7319DC;
}
.BgClassName
{
background-color: #7319DC;
}
</style>
border-color css
<style>
span { border-color: #7319DC; }
span { border-color: rgb(115,25,220); }
td.TdClassName
{
border-color: #7319DC;
}
.TagClassName
{
border-color: #7319DC;
}
</style>