Shades of Dark Violet #7304CE
Tints of Dark Violet #7304CE
RGB
CMYK
RGB Variations
Color information
#7304CE (or 0x7304CE) is known color: Dark Violet. HEX triplet: 73, 04 and CE. RGB value is (115,4,206). Sum of RGB (Red+Green+Blue) = 115+4+206=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #7304CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7304CE is #8CFB31. Grayscale: #3B3B3B. Windows color (decimal): -9239346 or 13501555. OLE color: 13501555.
HSL color Cylindrical-coordinate representation of color #7304CE: hue angle of 272.97º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7304CE is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 4 | 206 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.19 |
| HSL | 272.97º | 0.96% | 0.41% | - |
| HSV(B) | 272.97º | 0.98% | 0.81% | - |
| XYZ | 18.25 | 8.19 | 59.01 | - |
| YUV | 60.22 | 210.27 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 206 | 0.44 | 0.98 | 0 | 0.19 | 272.97 | 0.96 | 0.41 |
| Hex | 73 | 4 | CE | 2C | 62 | 0 | 13 | 111 | 60 | 29 |
| Octal | 163 | 4 | 316 | 54 | 142 | 0 | 23 | 421 | 140 | 51 |
| Binary | 1110011 | 100 | 11001110 | 101100 | 1100010 | 0 | 10011 | 100010001 | 1100000 | 101001 |
Color Harmonies of #7304CE
Complementary color
Monochromatic Colors of #7304CE
Black with #7304CE
Text Example
Text Example
White with #7304CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7304CE; }
p { color: rgb(115,4,206); }
H1.HeaderClassName
{
color: #7304CE;
}
.AnyTagClassName
{
color: #7304CE;
}
</style>
background-color css
<style>
a { background-color: #7304CE; }
a { background-color: rgb(115,4,206); }
div.DivClassName
{
background-color: #7304CE;
}
.BgClassName
{
background-color: #7304CE;
}
</style>
border-color css
<style>
span { border-color: #7304CE; }
span { border-color: rgb(115,4,206); }
td.TdClassName
{
border-color: #7304CE;
}
.TagClassName
{
border-color: #7304CE;
}
</style>