Shades of Blue Violet #7317DC
Tints of Blue Violet #7317DC
RGB
CMYK
RGB Variations
Color information
#7317DC (or 0x7317DC) is known color: Blue Violet. HEX triplet: 73, 17 and DC. RGB value is (115,23,220). Sum of RGB (Red+Green+Blue) = 115+23+220=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #7317DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7317DC is #8CE823. Grayscale: #484848. Windows color (decimal): -9234468 or 14423923. OLE color: 14423923.
HSL color Cylindrical-coordinate representation of color #7317DC: hue angle of 268.02º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7317DC is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 23 | 220 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.14 |
| HSL | 268.02º | 0.81% | 0.48% | - |
| HSV(B) | 268.02º | 0.9% | 0.86% | - |
| XYZ | 20.29 | 9.42 | 68.46 | - |
| YUV | 72.97 | 210.98 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 220 | 0.48 | 0.90 | 0 | 0.14 | 268.02 | 0.81 | 0.48 |
| Hex | 73 | 17 | DC | 30 | 5A | 0 | E | 10C | 51 | 30 |
| Octal | 163 | 27 | 334 | 60 | 132 | 0 | 16 | 414 | 121 | 60 |
| Binary | 1110011 | 10111 | 11011100 | 110000 | 1011010 | 0 | 1110 | 100001100 | 1010001 | 110000 |
Color Harmonies of #7317DC
Complementary color
Monochromatic Colors of #7317DC
Black with #7317DC
Text Example
Text Example
White with #7317DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7317DC; }
p { color: rgb(115,23,220); }
H1.HeaderClassName
{
color: #7317DC;
}
.AnyTagClassName
{
color: #7317DC;
}
</style>
background-color css
<style>
a { background-color: #7317DC; }
a { background-color: rgb(115,23,220); }
div.DivClassName
{
background-color: #7317DC;
}
.BgClassName
{
background-color: #7317DC;
}
</style>
border-color css
<style>
span { border-color: #7317DC; }
span { border-color: rgb(115,23,220); }
td.TdClassName
{
border-color: #7317DC;
}
.TagClassName
{
border-color: #7317DC;
}
</style>