Shades of Dark Violet #7304CC
Tints of Dark Violet #7304CC
RGB
CMYK
RGB Variations
Color information
#7304CC (or 0x7304CC) is known color: Dark Violet. HEX triplet: 73, 04 and CC. RGB value is (115,4,204). Sum of RGB (Red+Green+Blue) = 115+4+204=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #7304CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7304CC is #8CFB33. Grayscale: #3B3B3B. Windows color (decimal): -9239348 or 13370483. OLE color: 13370483.
HSL color Cylindrical-coordinate representation of color #7304CC: hue angle of 273.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7304CC is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 4 | 204 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.2 |
| HSL | 273.3º | 0.96% | 0.41% | - |
| HSV(B) | 273.3º | 0.98% | 0.8% | - |
| XYZ | 18.01 | 8.09 | 57.74 | - |
| YUV | 59.99 | 209.27 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 204 | 0.44 | 0.98 | 0 | 0.2 | 273.3 | 0.96 | 0.41 |
| Hex | 73 | 4 | CC | 2C | 62 | 0 | 14 | 111 | 60 | 29 |
| Octal | 163 | 4 | 314 | 54 | 142 | 0 | 24 | 421 | 140 | 51 |
| Binary | 1110011 | 100 | 11001100 | 101100 | 1100010 | 0 | 10100 | 100010001 | 1100000 | 101001 |
Color Harmonies of #7304CC
Complementary color
Monochromatic Colors of #7304CC
Black with #7304CC
Text Example
Text Example
White with #7304CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7304CC; }
p { color: rgb(115,4,204); }
H1.HeaderClassName
{
color: #7304CC;
}
.AnyTagClassName
{
color: #7304CC;
}
</style>
background-color css
<style>
a { background-color: #7304CC; }
a { background-color: rgb(115,4,204); }
div.DivClassName
{
background-color: #7304CC;
}
.BgClassName
{
background-color: #7304CC;
}
</style>
border-color css
<style>
span { border-color: #7304CC; }
span { border-color: rgb(115,4,204); }
td.TdClassName
{
border-color: #7304CC;
}
.TagClassName
{
border-color: #7304CC;
}
</style>