Shades of Dark Violet #7303DC
Tints of Dark Violet #7303DC
RGB
CMYK
RGB Variations
Color information
#7303DC (or 0x7303DC) is known color: Dark Violet. HEX triplet: 73, 03 and DC. RGB value is (115,3,220). Sum of RGB (Red+Green+Blue) = 115+3+220=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #7303DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7303DC is #8CFC23. Grayscale: #3C3C3C. Windows color (decimal): -9239588 or 14418803. OLE color: 14418803.
HSL color Cylindrical-coordinate representation of color #7303DC: hue angle of 270.97º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7303DC is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 3 | 220 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.14 |
| HSL | 270.97º | 0.97% | 0.44% | - |
| HSV(B) | 270.97º | 0.99% | 0.86% | - |
| XYZ | 20.02 | 8.88 | 68.37 | - |
| YUV | 61.23 | 217.61 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 220 | 0.48 | 0.99 | 0 | 0.14 | 270.97 | 0.97 | 0.44 |
| Hex | 73 | 3 | DC | 30 | 63 | 0 | E | 10F | 61 | 2C |
| Octal | 163 | 3 | 334 | 60 | 143 | 0 | 16 | 417 | 141 | 54 |
| Binary | 1110011 | 11 | 11011100 | 110000 | 1100011 | 0 | 1110 | 100001111 | 1100001 | 101100 |
Color Harmonies of #7303DC
Complementary color
Monochromatic Colors of #7303DC
Black with #7303DC
Text Example
Text Example
White with #7303DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7303DC; }
p { color: rgb(115,3,220); }
H1.HeaderClassName
{
color: #7303DC;
}
.AnyTagClassName
{
color: #7303DC;
}
</style>
background-color css
<style>
a { background-color: #7303DC; }
a { background-color: rgb(115,3,220); }
div.DivClassName
{
background-color: #7303DC;
}
.BgClassName
{
background-color: #7303DC;
}
</style>
border-color css
<style>
span { border-color: #7303DC; }
span { border-color: rgb(115,3,220); }
td.TdClassName
{
border-color: #7303DC;
}
.TagClassName
{
border-color: #7303DC;
}
</style>