Shades of Dark Violet #7004CB
Tints of Dark Violet #7004CB
RGB
CMYK
RGB Variations
Color information
#7004CB (or 0x7004CB) is known color: Dark Violet. HEX triplet: 70, 04 and CB. RGB value is (112,4,203). Sum of RGB (Red+Green+Blue) = 112+4+203=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #7004CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7004CB is #8FFB34. Grayscale: #3A3A3A. Windows color (decimal): -9435957 or 13304944. OLE color: 13304944.
HSL color Cylindrical-coordinate representation of color #7004CB: hue angle of 272.56º 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 #7004CB is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 4 | 203 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.20 |
| HSL | 272.56º | 0.96% | 0.41% | - |
| HSV(B) | 272.56º | 0.98% | 0.8% | - |
| XYZ | 17.51 | 7.84 | 57.09 | - |
| YUV | 58.98 | 209.28 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 203 | 0.45 | 0.98 | 0 | 0.20 | 272.56 | 0.96 | 0.41 |
| Hex | 70 | 4 | CB | 2D | 62 | 0 | 14 | 111 | 60 | 29 |
| Octal | 160 | 4 | 313 | 55 | 142 | 0 | 24 | 421 | 140 | 51 |
| Binary | 1110000 | 100 | 11001011 | 101101 | 1100010 | 0 | 10100 | 100010001 | 1100000 | 101001 |
Color Harmonies of #7004CB
Complementary color
Monochromatic Colors of #7004CB
Black with #7004CB
Text Example
Text Example
White with #7004CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7004CB; }
p { color: rgb(112,4,203); }
H1.HeaderClassName
{
color: #7004CB;
}
.AnyTagClassName
{
color: #7004CB;
}
</style>
background-color css
<style>
a { background-color: #7004CB; }
a { background-color: rgb(112,4,203); }
div.DivClassName
{
background-color: #7004CB;
}
.BgClassName
{
background-color: #7004CB;
}
</style>
border-color css
<style>
span { border-color: #7004CB; }
span { border-color: rgb(112,4,203); }
td.TdClassName
{
border-color: #7004CB;
}
.TagClassName
{
border-color: #7004CB;
}
</style>