Shades of Dark Violet #7F0ADC
Tints of Dark Violet #7F0ADC
RGB
CMYK
RGB Variations
Color information
#7F0ADC (or 0x7F0ADC) is known color: Dark Violet. HEX triplet: 7F, 0A and DC. RGB value is (127,10,220). Sum of RGB (Red+Green+Blue) = 127+10+220=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F0ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0ADC is #80F523. Grayscale: #444444. Windows color (decimal): -8451364 or 14420607. OLE color: 14420607.
HSL color Cylindrical-coordinate representation of color #7F0ADC: hue angle of 273.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0ADC is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 10 | 220 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.14 |
| HSL | 273.43º | 0.91% | 0.45% | - |
| HSV(B) | 273.43º | 0.95% | 0.86% | - |
| XYZ | 21.78 | 9.9 | 68.47 | - |
| YUV | 68.92 | 213.26 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 10 | 220 | 0.42 | 0.95 | 0 | 0.14 | 273.43 | 0.91 | 0.45 |
| Hex | 7F | A | DC | 2A | 5F | 0 | E | 111 | 5B | 2D |
| Octal | 177 | 12 | 334 | 52 | 137 | 0 | 16 | 421 | 133 | 55 |
| Binary | 1111111 | 1010 | 11011100 | 101010 | 1011111 | 0 | 1110 | 100010001 | 1011011 | 101101 |
Color Harmonies of #7F0ADC
Complementary color
Monochromatic Colors of #7F0ADC
Black with #7F0ADC
Text Example
Text Example
White with #7F0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0ADC; }
p { color: rgb(127,10,220); }
H1.HeaderClassName
{
color: #7F0ADC;
}
.AnyTagClassName
{
color: #7F0ADC;
}
</style>
background-color css
<style>
a { background-color: #7F0ADC; }
a { background-color: rgb(127,10,220); }
div.DivClassName
{
background-color: #7F0ADC;
}
.BgClassName
{
background-color: #7F0ADC;
}
</style>
border-color css
<style>
span { border-color: #7F0ADC; }
span { border-color: rgb(127,10,220); }
td.TdClassName
{
border-color: #7F0ADC;
}
.TagClassName
{
border-color: #7F0ADC;
}
</style>