Shades of Dark Violet #7C0FD0
Tints of Dark Violet #7C0FD0
RGB
CMYK
RGB Variations
Color information
#7C0FD0 (or 0x7C0FD0) is known color: Dark Violet. HEX triplet: 7C, 0F and D0. RGB value is (124,15,208). Sum of RGB (Red+Green+Blue) = 124+15+208=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #7C0FD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0FD0 is #83F02F. Grayscale: #444444. Windows color (decimal): -8646704 or 13635452. OLE color: 13635452.
HSL color Cylindrical-coordinate representation of color #7C0FD0: hue angle of 273.89º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0FD0 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 15 | 208 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.18 |
| HSL | 273.89º | 0.87% | 0.44% | - |
| HSV(B) | 273.89º | 0.93% | 0.82% | - |
| XYZ | 19.87 | 9.18 | 60.4 | - |
| YUV | 69.59 | 206.11 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 15 | 208 | 0.40 | 0.93 | 0 | 0.18 | 273.89 | 0.87 | 0.44 |
| Hex | 7C | F | D0 | 28 | 5D | 0 | 12 | 112 | 57 | 2C |
| Octal | 174 | 17 | 320 | 50 | 135 | 0 | 22 | 422 | 127 | 54 |
| Binary | 1111100 | 1111 | 11010000 | 101000 | 1011101 | 0 | 10010 | 100010010 | 1010111 | 101100 |
Color Harmonies of #7C0FD0
Complementary color
Monochromatic Colors of #7C0FD0
Black with #7C0FD0
Text Example
Text Example
White with #7C0FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0FD0; }
p { color: rgb(124,15,208); }
H1.HeaderClassName
{
color: #7C0FD0;
}
.AnyTagClassName
{
color: #7C0FD0;
}
</style>
background-color css
<style>
a { background-color: #7C0FD0; }
a { background-color: rgb(124,15,208); }
div.DivClassName
{
background-color: #7C0FD0;
}
.BgClassName
{
background-color: #7C0FD0;
}
</style>
border-color css
<style>
span { border-color: #7C0FD0; }
span { border-color: rgb(124,15,208); }
td.TdClassName
{
border-color: #7C0FD0;
}
.TagClassName
{
border-color: #7C0FD0;
}
</style>