Shades of Dark Violet #7004BC
Tints of Dark Violet #7004BC
RGB
CMYK
RGB Variations
Color information
#7004BC (or 0x7004BC) is known color: Dark Violet. HEX triplet: 70, 04 and BC. RGB value is (112,4,188). Sum of RGB (Red+Green+Blue) = 112+4+188=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #7004BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7004BC is #8FFB43. Grayscale: #383838. Windows color (decimal): -9435972 or 12321904. OLE color: 12321904.
HSL color Cylindrical-coordinate representation of color #7004BC: hue angle of 275.22º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004BC is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 4 | 188 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.26 |
| HSL | 275.22º | 0.96% | 0.38% | - |
| HSV(B) | 275.22º | 0.98% | 0.74% | - |
| XYZ | 15.8 | 7.16 | 48.13 | - |
| YUV | 57.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 188 | 0.40 | 0.98 | 0 | 0.26 | 275.22 | 0.96 | 0.38 |
| Hex | 70 | 4 | BC | 28 | 62 | 0 | 1A | 113 | 60 | 26 |
| Octal | 160 | 4 | 274 | 50 | 142 | 0 | 32 | 423 | 140 | 46 |
| Binary | 1110000 | 100 | 10111100 | 101000 | 1100010 | 0 | 11010 | 100010011 | 1100000 | 100110 |
Color Harmonies of #7004BC
Complementary color
Monochromatic Colors of #7004BC
Black with #7004BC
Text Example
Text Example
White with #7004BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7004BC; }
p { color: rgb(112,4,188); }
H1.HeaderClassName
{
color: #7004BC;
}
.AnyTagClassName
{
color: #7004BC;
}
</style>
background-color css
<style>
a { background-color: #7004BC; }
a { background-color: rgb(112,4,188); }
div.DivClassName
{
background-color: #7004BC;
}
.BgClassName
{
background-color: #7004BC;
}
</style>
border-color css
<style>
span { border-color: #7004BC; }
span { border-color: rgb(112,4,188); }
td.TdClassName
{
border-color: #7004BC;
}
.TagClassName
{
border-color: #7004BC;
}
</style>