Shades of Dark Purple #7F206B
Tints of Dark Purple #7F206B
RGB
CMYK
RGB Variations
Color information
#7F206B (or 0x7F206B) is known color: Dark Purple. HEX triplet: 7F, 20 and 6B. RGB value is (127,32,107). Sum of RGB (Red+Green+Blue) = 127+32+107=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F206B is #80DF94. Grayscale: #444444. Windows color (decimal): -8445845 or 7020671. OLE color: 7020671.
HSL color Cylindrical-coordinate representation of color #7F206B: hue angle of 312.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 #7F206B is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 107 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.50 |
| HSL | 312.63º | 0.6% | 0.31% | - |
| HSV(B) | 312.63º | 0.75% | 0.5% | - |
| XYZ | 11.92 | 6.61 | 14.56 | - |
| YUV | 68.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 107 | 0 | 0.75 | 0.16 | 0.50 | 312.63 | 0.6 | 0.31 |
| Hex | 7F | 20 | 6B | 0 | 4B | 10 | 32 | 139 | 3C | 1F |
| Octal | 177 | 40 | 153 | 0 | 113 | 20 | 62 | 471 | 74 | 37 |
| Binary | 1111111 | 100000 | 1101011 | 0 | 1001011 | 10000 | 110010 | 100111001 | 111100 | 11111 |
Color Harmonies of #7F206B
Complementary color
Monochromatic Colors of #7F206B
Black with #7F206B
Text Example
Text Example
White with #7F206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F206B; }
p { color: rgb(127,32,107); }
H1.HeaderClassName
{
color: #7F206B;
}
.AnyTagClassName
{
color: #7F206B;
}
</style>
background-color css
<style>
a { background-color: #7F206B; }
a { background-color: rgb(127,32,107); }
div.DivClassName
{
background-color: #7F206B;
}
.BgClassName
{
background-color: #7F206B;
}
</style>
border-color css
<style>
span { border-color: #7F206B; }
span { border-color: rgb(127,32,107); }
td.TdClassName
{
border-color: #7F206B;
}
.TagClassName
{
border-color: #7F206B;
}
</style>