Shades of Dark Violet #7F0DCF
Tints of Dark Violet #7F0DCF
RGB
CMYK
RGB Variations
Color information
#7F0DCF (or 0x7F0DCF) is known color: Dark Violet. HEX triplet: 7F, 0D and CF. RGB value is (127,13,207). Sum of RGB (Red+Green+Blue) = 127+13+207=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 13 (5.47% from 255 or 3.75% 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 #7F0DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0DCF is #80F230. Grayscale: #444444. Windows color (decimal): -8450609 or 13569407. OLE color: 13569407.
HSL color Cylindrical-coordinate representation of color #7F0DCF: hue angle of 275.26º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0DCF is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 13 | 207 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.19 |
| HSL | 275.26º | 0.88% | 0.43% | - |
| HSV(B) | 275.26º | 0.94% | 0.81% | - |
| XYZ | 20.16 | 9.3 | 59.77 | - |
| YUV | 69.2 | 205.77 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 207 | 0.39 | 0.94 | 0 | 0.19 | 275.26 | 0.88 | 0.43 |
| Hex | 7F | D | CF | 27 | 5E | 0 | 13 | 113 | 58 | 2B |
| Octal | 177 | 15 | 317 | 47 | 136 | 0 | 23 | 423 | 130 | 53 |
| Binary | 1111111 | 1101 | 11001111 | 100111 | 1011110 | 0 | 10011 | 100010011 | 1011000 | 101011 |
Color Harmonies of #7F0DCF
Complementary color
Monochromatic Colors of #7F0DCF
Black with #7F0DCF
Text Example
Text Example
White with #7F0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0DCF; }
p { color: rgb(127,13,207); }
H1.HeaderClassName
{
color: #7F0DCF;
}
.AnyTagClassName
{
color: #7F0DCF;
}
</style>
background-color css
<style>
a { background-color: #7F0DCF; }
a { background-color: rgb(127,13,207); }
div.DivClassName
{
background-color: #7F0DCF;
}
.BgClassName
{
background-color: #7F0DCF;
}
</style>
border-color css
<style>
span { border-color: #7F0DCF; }
span { border-color: rgb(127,13,207); }
td.TdClassName
{
border-color: #7F0DCF;
}
.TagClassName
{
border-color: #7F0DCF;
}
</style>