Shades of Dark Purple #7F2067
Tints of Dark Purple #7F2067
RGB
CMYK
RGB Variations
Color information
#7F2067 (or 0x7F2067) is known color: Dark Purple. HEX triplet: 7F, 20 and 67. RGB value is (127,32,103). Sum of RGB (Red+Green+Blue) = 127+32+103=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2067 is #80DF98. Grayscale: #444444. Windows color (decimal): -8445849 or 6758527. OLE color: 6758527.
HSL color Cylindrical-coordinate representation of color #7F2067: hue angle of 315.16º 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 #7F2067 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 103 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.50 |
| HSL | 315.16º | 0.6% | 0.31% | - |
| HSV(B) | 315.16º | 0.75% | 0.5% | - |
| XYZ | 11.72 | 6.52 | 13.47 | - |
| YUV | 68.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 103 | 0 | 0.75 | 0.19 | 0.50 | 315.16 | 0.6 | 0.31 |
| Hex | 7F | 20 | 67 | 0 | 4B | 13 | 32 | 13B | 3C | 1F |
| Octal | 177 | 40 | 147 | 0 | 113 | 23 | 62 | 473 | 74 | 37 |
| Binary | 1111111 | 100000 | 1100111 | 0 | 1001011 | 10011 | 110010 | 100111011 | 111100 | 11111 |
Color Harmonies of #7F2067
Complementary color
Monochromatic Colors of #7F2067
Black with #7F2067
Text Example
Text Example
White with #7F2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2067; }
p { color: rgb(127,32,103); }
H1.HeaderClassName
{
color: #7F2067;
}
.AnyTagClassName
{
color: #7F2067;
}
</style>
background-color css
<style>
a { background-color: #7F2067; }
a { background-color: rgb(127,32,103); }
div.DivClassName
{
background-color: #7F2067;
}
.BgClassName
{
background-color: #7F2067;
}
</style>
border-color css
<style>
span { border-color: #7F2067; }
span { border-color: rgb(127,32,103); }
td.TdClassName
{
border-color: #7F2067;
}
.TagClassName
{
border-color: #7F2067;
}
</style>