Shades of Dark Purple #7F207E
Tints of Dark Purple #7F207E
RGB
CMYK
RGB Variations
Color information
#7F207E (or 0x7F207E) is known color: Dark Purple. HEX triplet: 7F, 20 and 7E. RGB value is (127,32,126). Sum of RGB (Red+Green+Blue) = 127+32+126=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 127 - color contains mainly: red. Hex color #7F207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F207E is #80DF81. Grayscale: #464646. Windows color (decimal): -8445826 or 8265855. OLE color: 8265855.
HSL color Cylindrical-coordinate representation of color #7F207E: hue angle of 300.63º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F207E is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 126 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.50 |
| HSL | 300.63º | 0.6% | 0.31% | - |
| HSV(B) | 300.63º | 0.75% | 0.5% | - |
| XYZ | 13.03 | 7.05 | 20.41 | - |
| YUV | 71.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 126 | 0 | 0.75 | 0.01 | 0.50 | 300.63 | 0.6 | 0.31 |
| Hex | 7F | 20 | 7E | 0 | 4B | 1 | 32 | 12D | 3C | 1F |
| Octal | 177 | 40 | 176 | 0 | 113 | 1 | 62 | 455 | 74 | 37 |
| Binary | 1111111 | 100000 | 1111110 | 0 | 1001011 | 1 | 110010 | 100101101 | 111100 | 11111 |
Color Harmonies of #7F207E
Complementary color
Monochromatic Colors of #7F207E
Black with #7F207E
Text Example
Text Example
White with #7F207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F207E; }
p { color: rgb(127,32,126); }
H1.HeaderClassName
{
color: #7F207E;
}
.AnyTagClassName
{
color: #7F207E;
}
</style>
background-color css
<style>
a { background-color: #7F207E; }
a { background-color: rgb(127,32,126); }
div.DivClassName
{
background-color: #7F207E;
}
.BgClassName
{
background-color: #7F207E;
}
</style>
border-color css
<style>
span { border-color: #7F207E; }
span { border-color: rgb(127,32,126); }
td.TdClassName
{
border-color: #7F207E;
}
.TagClassName
{
border-color: #7F207E;
}
</style>