Shades of Dark Violet #7004BA
Tints of Dark Violet #7004BA
RGB
CMYK
RGB Variations
Color information
#7004BA (or 0x7004BA) is known color: Dark Violet. HEX triplet: 70, 04 and BA. RGB value is (112,4,186). Sum of RGB (Red+Green+Blue) = 112+4+186=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #7004BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7004BA is #8FFB45. Grayscale: #383838. Windows color (decimal): -9435974 or 12190832. OLE color: 12190832.
HSL color Cylindrical-coordinate representation of color #7004BA: hue angle of 275.6º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004BA is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 4 | 186 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.27 |
| HSL | 275.6º | 0.96% | 0.37% | - |
| HSV(B) | 275.6º | 0.98% | 0.73% | - |
| XYZ | 15.59 | 7.08 | 47 | - |
| YUV | 57.04 | 200.78 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 186 | 0.40 | 0.98 | 0 | 0.27 | 275.6 | 0.96 | 0.37 |
| Hex | 70 | 4 | BA | 28 | 62 | 0 | 1B | 114 | 60 | 25 |
| Octal | 160 | 4 | 272 | 50 | 142 | 0 | 33 | 424 | 140 | 45 |
| Binary | 1110000 | 100 | 10111010 | 101000 | 1100010 | 0 | 11011 | 100010100 | 1100000 | 100101 |
Color Harmonies of #7004BA
Complementary color
Monochromatic Colors of #7004BA
Black with #7004BA
Text Example
Text Example
White with #7004BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7004BA; }
p { color: rgb(112,4,186); }
H1.HeaderClassName
{
color: #7004BA;
}
.AnyTagClassName
{
color: #7004BA;
}
</style>
background-color css
<style>
a { background-color: #7004BA; }
a { background-color: rgb(112,4,186); }
div.DivClassName
{
background-color: #7004BA;
}
.BgClassName
{
background-color: #7004BA;
}
</style>
border-color css
<style>
span { border-color: #7004BA; }
span { border-color: rgb(112,4,186); }
td.TdClassName
{
border-color: #7004BA;
}
.TagClassName
{
border-color: #7004BA;
}
</style>