Shades of Dark Purple #7F206C
Tints of Dark Purple #7F206C
RGB
CMYK
RGB Variations
Color information
#7F206C (or 0x7F206C) is known color: Dark Purple. HEX triplet: 7F, 20 and 6C. RGB value is (127,32,108). Sum of RGB (Red+Green+Blue) = 127+32+108=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F206C is #80DF93. Grayscale: #444444. Windows color (decimal): -8445844 or 7086207. OLE color: 7086207.
HSL color Cylindrical-coordinate representation of color #7F206C: hue angle of 312º 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 #7F206C is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 108 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.50 |
| HSL | 312º | 0.6% | 0.31% | - |
| HSV(B) | 312º | 0.75% | 0.5% | - |
| XYZ | 11.98 | 6.63 | 14.84 | - |
| YUV | 69.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 108 | 0 | 0.75 | 0.15 | 0.50 | 312 | 0.6 | 0.31 |
| Hex | 7F | 20 | 6C | 0 | 4B | F | 32 | 138 | 3C | 1F |
| Octal | 177 | 40 | 154 | 0 | 113 | 17 | 62 | 470 | 74 | 37 |
| Binary | 1111111 | 100000 | 1101100 | 0 | 1001011 | 1111 | 110010 | 100111000 | 111100 | 11111 |
Color Harmonies of #7F206C
Complementary color
Monochromatic Colors of #7F206C
Black with #7F206C
Text Example
Text Example
White with #7F206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F206C; }
p { color: rgb(127,32,108); }
H1.HeaderClassName
{
color: #7F206C;
}
.AnyTagClassName
{
color: #7F206C;
}
</style>
background-color css
<style>
a { background-color: #7F206C; }
a { background-color: rgb(127,32,108); }
div.DivClassName
{
background-color: #7F206C;
}
.BgClassName
{
background-color: #7F206C;
}
</style>
border-color css
<style>
span { border-color: #7F206C; }
span { border-color: rgb(127,32,108); }
td.TdClassName
{
border-color: #7F206C;
}
.TagClassName
{
border-color: #7F206C;
}
</style>