Shades of Dark Violet #7D0FCF
Tints of Dark Violet #7D0FCF
RGB
CMYK
RGB Variations
Color information
#7D0FCF (or 0x7D0FCF) is known color: Dark Violet. HEX triplet: 7D, 0F and CF. RGB value is (125,15,207). Sum of RGB (Red+Green+Blue) = 125+15+207=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D0FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0FCF is #82F030. Grayscale: #454545. Windows color (decimal): -8581169 or 13569917. OLE color: 13569917.
HSL color Cylindrical-coordinate representation of color #7D0FCF: hue angle of 274.38º 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 #7D0FCF is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 15 | 207 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.19 |
| HSL | 274.38º | 0.86% | 0.44% | - |
| HSV(B) | 274.38º | 0.93% | 0.81% | - |
| XYZ | 19.89 | 9.21 | 59.76 | - |
| YUV | 69.78 | 205.44 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 15 | 207 | 0.40 | 0.93 | 0 | 0.19 | 274.38 | 0.86 | 0.44 |
| Hex | 7D | F | CF | 28 | 5D | 0 | 13 | 112 | 56 | 2C |
| Octal | 175 | 17 | 317 | 50 | 135 | 0 | 23 | 422 | 126 | 54 |
| Binary | 1111101 | 1111 | 11001111 | 101000 | 1011101 | 0 | 10011 | 100010010 | 1010110 | 101100 |
Color Harmonies of #7D0FCF
Complementary color
Monochromatic Colors of #7D0FCF
Black with #7D0FCF
Text Example
Text Example
White with #7D0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0FCF; }
p { color: rgb(125,15,207); }
H1.HeaderClassName
{
color: #7D0FCF;
}
.AnyTagClassName
{
color: #7D0FCF;
}
</style>
background-color css
<style>
a { background-color: #7D0FCF; }
a { background-color: rgb(125,15,207); }
div.DivClassName
{
background-color: #7D0FCF;
}
.BgClassName
{
background-color: #7D0FCF;
}
</style>
border-color css
<style>
span { border-color: #7D0FCF; }
span { border-color: rgb(125,15,207); }
td.TdClassName
{
border-color: #7D0FCF;
}
.TagClassName
{
border-color: #7D0FCF;
}
</style>