Shades of Dark Violet #7F0EDD
Tints of Dark Violet #7F0EDD
RGB
CMYK
RGB Variations
Color information
#7F0EDD (or 0x7F0EDD) is known color: Dark Violet. HEX triplet: 7F, 0E and DD. RGB value is (127,14,221). Sum of RGB (Red+Green+Blue) = 127+14+221=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F0EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0EDD is #80F122. Grayscale: #464646. Windows color (decimal): -8450339 or 14487167. OLE color: 14487167.
HSL color Cylindrical-coordinate representation of color #7F0EDD: hue angle of 272.75º degrees, saturation: 0.88, 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 #7F0EDD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 14 | 221 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.13 |
| HSL | 272.75º | 0.88% | 0.46% | - |
| HSV(B) | 272.75º | 0.94% | 0.87% | - |
| XYZ | 21.96 | 10.05 | 69.19 | - |
| YUV | 71.39 | 212.44 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 14 | 221 | 0.43 | 0.94 | 0 | 0.13 | 272.75 | 0.88 | 0.46 |
| Hex | 7F | E | DD | 2B | 5E | 0 | D | 111 | 58 | 2E |
| Octal | 177 | 16 | 335 | 53 | 136 | 0 | 15 | 421 | 130 | 56 |
| Binary | 1111111 | 1110 | 11011101 | 101011 | 1011110 | 0 | 1101 | 100010001 | 1011000 | 101110 |
Color Harmonies of #7F0EDD
Complementary color
Monochromatic Colors of #7F0EDD
Black with #7F0EDD
Text Example
Text Example
White with #7F0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0EDD; }
p { color: rgb(127,14,221); }
H1.HeaderClassName
{
color: #7F0EDD;
}
.AnyTagClassName
{
color: #7F0EDD;
}
</style>
background-color css
<style>
a { background-color: #7F0EDD; }
a { background-color: rgb(127,14,221); }
div.DivClassName
{
background-color: #7F0EDD;
}
.BgClassName
{
background-color: #7F0EDD;
}
</style>
border-color css
<style>
span { border-color: #7F0EDD; }
span { border-color: rgb(127,14,221); }
td.TdClassName
{
border-color: #7F0EDD;
}
.TagClassName
{
border-color: #7F0EDD;
}
</style>