Shades of Dark Violet #7004CF
Tints of Dark Violet #7004CF
RGB
CMYK
RGB Variations
Color information
#7004CF (or 0x7004CF) is known color: Dark Violet. HEX triplet: 70, 04 and CF. RGB value is (112,4,207). Sum of RGB (Red+Green+Blue) = 112+4+207=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #7004CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7004CF is #8FFB30. Grayscale: #3A3A3A. Windows color (decimal): -9435953 or 13567088. OLE color: 13567088.
HSL color Cylindrical-coordinate representation of color #7004CF: hue angle of 271.92º 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 #7004CF is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 4 | 207 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.19 |
| HSL | 271.92º | 0.96% | 0.41% | - |
| HSV(B) | 271.92º | 0.98% | 0.81% | - |
| XYZ | 17.99 | 8.04 | 59.63 | - |
| YUV | 59.43 | 211.28 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 207 | 0.46 | 0.98 | 0 | 0.19 | 271.92 | 0.96 | 0.41 |
| Hex | 70 | 4 | CF | 2E | 62 | 0 | 13 | 110 | 60 | 29 |
| Octal | 160 | 4 | 317 | 56 | 142 | 0 | 23 | 420 | 140 | 51 |
| Binary | 1110000 | 100 | 11001111 | 101110 | 1100010 | 0 | 10011 | 100010000 | 1100000 | 101001 |
Color Harmonies of #7004CF
Complementary color
Monochromatic Colors of #7004CF
Black with #7004CF
Text Example
Text Example
White with #7004CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7004CF; }
p { color: rgb(112,4,207); }
H1.HeaderClassName
{
color: #7004CF;
}
.AnyTagClassName
{
color: #7004CF;
}
</style>
background-color css
<style>
a { background-color: #7004CF; }
a { background-color: rgb(112,4,207); }
div.DivClassName
{
background-color: #7004CF;
}
.BgClassName
{
background-color: #7004CF;
}
</style>
border-color css
<style>
span { border-color: #7004CF; }
span { border-color: rgb(112,4,207); }
td.TdClassName
{
border-color: #7004CF;
}
.TagClassName
{
border-color: #7004CF;
}
</style>