Shades of Dark Violet #7F07D0
Tints of Dark Violet #7F07D0
RGB
CMYK
RGB Variations
Color information
#7F07D0 (or 0x7F07D0) is known color: Dark Violet. HEX triplet: 7F, 07 and D0. RGB value is (127,7,208). Sum of RGB (Red+Green+Blue) = 127+7+208=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F07D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F07D0 is #80F82F. Grayscale: #414141. Windows color (decimal): -8452144 or 13633407. OLE color: 13633407.
HSL color Cylindrical-coordinate representation of color #7F07D0: hue angle of 275.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F07D0 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 7 | 208 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.18 |
| HSL | 275.82º | 0.93% | 0.42% | - |
| HSV(B) | 275.82º | 0.97% | 0.82% | - |
| XYZ | 20.21 | 9.22 | 60.39 | - |
| YUV | 65.79 | 208.26 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 208 | 0.39 | 0.97 | 0 | 0.18 | 275.82 | 0.93 | 0.42 |
| Hex | 7F | 7 | D0 | 27 | 61 | 0 | 12 | 114 | 5D | 2A |
| Octal | 177 | 7 | 320 | 47 | 141 | 0 | 22 | 424 | 135 | 52 |
| Binary | 1111111 | 111 | 11010000 | 100111 | 1100001 | 0 | 10010 | 100010100 | 1011101 | 101010 |
Color Harmonies of #7F07D0
Complementary color
Monochromatic Colors of #7F07D0
Black with #7F07D0
Text Example
Text Example
White with #7F07D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F07D0; }
p { color: rgb(127,7,208); }
H1.HeaderClassName
{
color: #7F07D0;
}
.AnyTagClassName
{
color: #7F07D0;
}
</style>
background-color css
<style>
a { background-color: #7F07D0; }
a { background-color: rgb(127,7,208); }
div.DivClassName
{
background-color: #7F07D0;
}
.BgClassName
{
background-color: #7F07D0;
}
</style>
border-color css
<style>
span { border-color: #7F07D0; }
span { border-color: rgb(127,7,208); }
td.TdClassName
{
border-color: #7F07D0;
}
.TagClassName
{
border-color: #7F07D0;
}
</style>