Shades of Dark Violet #7304D7
Tints of Dark Violet #7304D7
RGB
CMYK
RGB Variations
Color information
#7304D7 (or 0x7304D7) is known color: Dark Violet. HEX triplet: 73, 04 and D7. RGB value is (115,4,215). Sum of RGB (Red+Green+Blue) = 115+4+215=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 215 (84.38% from 255 or 64.37% from 334); Max value from RGB is 215 - color contains mainly: blue. Hex color #7304D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7304D7 is #8CFB28. Grayscale: #3C3C3C. Windows color (decimal): -9239337 or 14091379. OLE color: 14091379.
HSL color Cylindrical-coordinate representation of color #7304D7: hue angle of 271.56º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7304D7 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 4 | 215 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.16 |
| HSL | 271.56º | 0.96% | 0.43% | - |
| HSV(B) | 271.56º | 0.98% | 0.84% | - |
| XYZ | 19.38 | 8.64 | 64.94 | - |
| YUV | 61.24 | 214.77 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 215 | 0.47 | 0.98 | 0 | 0.16 | 271.56 | 0.96 | 0.43 |
| Hex | 73 | 4 | D7 | 2F | 62 | 0 | 10 | 110 | 60 | 2B |
| Octal | 163 | 4 | 327 | 57 | 142 | 0 | 20 | 420 | 140 | 53 |
| Binary | 1110011 | 100 | 11010111 | 101111 | 1100010 | 0 | 10000 | 100010000 | 1100000 | 101011 |
Color Harmonies of #7304D7
Complementary color
Monochromatic Colors of #7304D7
Black with #7304D7
Text Example
Text Example
White with #7304D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7304D7; }
p { color: rgb(115,4,215); }
H1.HeaderClassName
{
color: #7304D7;
}
.AnyTagClassName
{
color: #7304D7;
}
</style>
background-color css
<style>
a { background-color: #7304D7; }
a { background-color: rgb(115,4,215); }
div.DivClassName
{
background-color: #7304D7;
}
.BgClassName
{
background-color: #7304D7;
}
</style>
border-color css
<style>
span { border-color: #7304D7; }
span { border-color: rgb(115,4,215); }
td.TdClassName
{
border-color: #7304D7;
}
.TagClassName
{
border-color: #7304D7;
}
</style>