Shades of Dark Violet #7F07DD
Tints of Dark Violet #7F07DD
RGB
CMYK
RGB Variations
Color information
#7F07DD (or 0x7F07DD) is known color: Dark Violet. HEX triplet: 7F, 07 and DD. RGB value is (127,7,221). Sum of RGB (Red+Green+Blue) = 127+7+221=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F07DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F07DD is #80F822. Grayscale: #424242. Windows color (decimal): -8452131 or 14485375. OLE color: 14485375.
HSL color Cylindrical-coordinate representation of color #7F07DD: hue angle of 273.64º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F07DD is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 7 | 221 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.13 |
| HSL | 273.64º | 0.94% | 0.45% | - |
| HSV(B) | 273.64º | 0.97% | 0.87% | - |
| XYZ | 21.88 | 9.88 | 69.16 | - |
| YUV | 67.28 | 214.76 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 221 | 0.43 | 0.97 | 0 | 0.13 | 273.64 | 0.94 | 0.45 |
| Hex | 7F | 7 | DD | 2B | 61 | 0 | D | 112 | 5E | 2D |
| Octal | 177 | 7 | 335 | 53 | 141 | 0 | 15 | 422 | 136 | 55 |
| Binary | 1111111 | 111 | 11011101 | 101011 | 1100001 | 0 | 1101 | 100010010 | 1011110 | 101101 |
Color Harmonies of #7F07DD
Complementary color
Monochromatic Colors of #7F07DD
Black with #7F07DD
Text Example
Text Example
White with #7F07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F07DD; }
p { color: rgb(127,7,221); }
H1.HeaderClassName
{
color: #7F07DD;
}
.AnyTagClassName
{
color: #7F07DD;
}
</style>
background-color css
<style>
a { background-color: #7F07DD; }
a { background-color: rgb(127,7,221); }
div.DivClassName
{
background-color: #7F07DD;
}
.BgClassName
{
background-color: #7F07DD;
}
</style>
border-color css
<style>
span { border-color: #7F07DD; }
span { border-color: rgb(127,7,221); }
td.TdClassName
{
border-color: #7F07DD;
}
.TagClassName
{
border-color: #7F07DD;
}
</style>