Shades of Dark Violet #7F0DDF
Tints of Dark Violet #7F0DDF
RGB
CMYK
RGB Variations
Color information
#7F0DDF (or 0x7F0DDF) is known color: Dark Violet. HEX triplet: 7F, 0D and DF. RGB value is (127,13,223). Sum of RGB (Red+Green+Blue) = 127+13+223=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F0DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0DDF is #80F220. Grayscale: #464646. Windows color (decimal): -8450593 or 14617983. OLE color: 14617983.
HSL color Cylindrical-coordinate representation of color #7F0DDF: hue angle of 272.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0DDF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 13 | 223 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.13 |
| HSL | 272.57º | 0.89% | 0.46% | - |
| HSV(B) | 272.57º | 0.94% | 0.87% | - |
| XYZ | 22.22 | 10.13 | 70.6 | - |
| YUV | 71.03 | 213.77 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 223 | 0.43 | 0.94 | 0 | 0.13 | 272.57 | 0.89 | 0.46 |
| Hex | 7F | D | DF | 2B | 5E | 0 | D | 111 | 59 | 2E |
| Octal | 177 | 15 | 337 | 53 | 136 | 0 | 15 | 421 | 131 | 56 |
| Binary | 1111111 | 1101 | 11011111 | 101011 | 1011110 | 0 | 1101 | 100010001 | 1011001 | 101110 |
Color Harmonies of #7F0DDF
Complementary color
Monochromatic Colors of #7F0DDF
Black with #7F0DDF
Text Example
Text Example
White with #7F0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0DDF; }
p { color: rgb(127,13,223); }
H1.HeaderClassName
{
color: #7F0DDF;
}
.AnyTagClassName
{
color: #7F0DDF;
}
</style>
background-color css
<style>
a { background-color: #7F0DDF; }
a { background-color: rgb(127,13,223); }
div.DivClassName
{
background-color: #7F0DDF;
}
.BgClassName
{
background-color: #7F0DDF;
}
</style>
border-color css
<style>
span { border-color: #7F0DDF; }
span { border-color: rgb(127,13,223); }
td.TdClassName
{
border-color: #7F0DDF;
}
.TagClassName
{
border-color: #7F0DDF;
}
</style>