Shades of Dark Violet #7A0FCF
Tints of Dark Violet #7A0FCF
RGB
CMYK
RGB Variations
Color information
#7A0FCF (or 0x7A0FCF) is known color: Dark Violet. HEX triplet: 7A, 0F and CF. RGB value is (122,15,207). Sum of RGB (Red+Green+Blue) = 122+15+207=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A0FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0FCF is #85F030. Grayscale: #444444. Windows color (decimal): -8777777 or 13569914. OLE color: 13569914.
HSL color Cylindrical-coordinate representation of color #7A0FCF: hue angle of 273.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0FCF is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 15 | 207 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.19 |
| HSL | 273.44º | 0.86% | 0.44% | - |
| HSV(B) | 273.44º | 0.93% | 0.81% | - |
| XYZ | 19.46 | 8.98 | 59.74 | - |
| YUV | 68.88 | 205.95 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 207 | 0.41 | 0.93 | 0 | 0.19 | 273.44 | 0.86 | 0.44 |
| Hex | 7A | F | CF | 29 | 5D | 0 | 13 | 111 | 56 | 2C |
| Octal | 172 | 17 | 317 | 51 | 135 | 0 | 23 | 421 | 126 | 54 |
| Binary | 1111010 | 1111 | 11001111 | 101001 | 1011101 | 0 | 10011 | 100010001 | 1010110 | 101100 |
Color Harmonies of #7A0FCF
Complementary color
Monochromatic Colors of #7A0FCF
Black with #7A0FCF
Text Example
Text Example
White with #7A0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0FCF; }
p { color: rgb(122,15,207); }
H1.HeaderClassName
{
color: #7A0FCF;
}
.AnyTagClassName
{
color: #7A0FCF;
}
</style>
background-color css
<style>
a { background-color: #7A0FCF; }
a { background-color: rgb(122,15,207); }
div.DivClassName
{
background-color: #7A0FCF;
}
.BgClassName
{
background-color: #7A0FCF;
}
</style>
border-color css
<style>
span { border-color: #7A0FCF; }
span { border-color: rgb(122,15,207); }
td.TdClassName
{
border-color: #7A0FCF;
}
.TagClassName
{
border-color: #7A0FCF;
}
</style>