Shades of Dark Violet #7C0ACF
Tints of Dark Violet #7C0ACF
RGB
CMYK
RGB Variations
Color information
#7C0ACF (or 0x7C0ACF) is known color: Dark Violet. HEX triplet: 7C, 0A and CF. RGB value is (124,10,207). Sum of RGB (Red+Green+Blue) = 124+10+207=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C0ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0ACF is #83F530. Grayscale: #414141. Windows color (decimal): -8647985 or 13568636. OLE color: 13568636.
HSL color Cylindrical-coordinate representation of color #7C0ACF: hue angle of 274.72º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0ACF is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 10 | 207 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.19 |
| HSL | 274.72º | 0.91% | 0.43% | - |
| HSV(B) | 274.72º | 0.95% | 0.81% | - |
| XYZ | 19.68 | 9.01 | 59.73 | - |
| YUV | 66.54 | 207.27 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 207 | 0.40 | 0.95 | 0 | 0.19 | 274.72 | 0.91 | 0.43 |
| Hex | 7C | A | CF | 28 | 5F | 0 | 13 | 113 | 5B | 2B |
| Octal | 174 | 12 | 317 | 50 | 137 | 0 | 23 | 423 | 133 | 53 |
| Binary | 1111100 | 1010 | 11001111 | 101000 | 1011111 | 0 | 10011 | 100010011 | 1011011 | 101011 |
Color Harmonies of #7C0ACF
Complementary color
Monochromatic Colors of #7C0ACF
Black with #7C0ACF
Text Example
Text Example
White with #7C0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0ACF; }
p { color: rgb(124,10,207); }
H1.HeaderClassName
{
color: #7C0ACF;
}
.AnyTagClassName
{
color: #7C0ACF;
}
</style>
background-color css
<style>
a { background-color: #7C0ACF; }
a { background-color: rgb(124,10,207); }
div.DivClassName
{
background-color: #7C0ACF;
}
.BgClassName
{
background-color: #7C0ACF;
}
</style>
border-color css
<style>
span { border-color: #7C0ACF; }
span { border-color: rgb(124,10,207); }
td.TdClassName
{
border-color: #7C0ACF;
}
.TagClassName
{
border-color: #7C0ACF;
}
</style>