Shades of Dark Purple #7F326F
Tints of Dark Purple #7F326F
RGB
CMYK
RGB Variations
Color information
#7F326F (or 0x7F326F) is known color: Dark Purple. HEX triplet: 7F, 32 and 6F. RGB value is (127,50,111). Sum of RGB (Red+Green+Blue) = 127+50+111=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F326F is #80CD90. Grayscale: #4F4F4F. Windows color (decimal): -8441233 or 7287423. OLE color: 7287423.
HSL color Cylindrical-coordinate representation of color #7F326F: hue angle of 312.47º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F326F is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 111 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.50 |
| HSL | 312.47º | 0.44% | 0.35% | - |
| HSV(B) | 312.47º | 0.61% | 0.5% | - |
| XYZ | 12.76 | 7.94 | 15.9 | - |
| YUV | 79.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 111 | 0 | 0.61 | 0.13 | 0.50 | 312.47 | 0.44 | 0.35 |
| Hex | 7F | 32 | 6F | 0 | 3D | D | 32 | 138 | 2C | 23 |
| Octal | 177 | 62 | 157 | 0 | 75 | 15 | 62 | 470 | 54 | 43 |
| Binary | 1111111 | 110010 | 1101111 | 0 | 111101 | 1101 | 110010 | 100111000 | 101100 | 100011 |
Color Harmonies of #7F326F
Complementary color
Monochromatic Colors of #7F326F
Black with #7F326F
Text Example
Text Example
White with #7F326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F326F; }
p { color: rgb(127,50,111); }
H1.HeaderClassName
{
color: #7F326F;
}
.AnyTagClassName
{
color: #7F326F;
}
</style>
background-color css
<style>
a { background-color: #7F326F; }
a { background-color: rgb(127,50,111); }
div.DivClassName
{
background-color: #7F326F;
}
.BgClassName
{
background-color: #7F326F;
}
</style>
border-color css
<style>
span { border-color: #7F326F; }
span { border-color: rgb(127,50,111); }
td.TdClassName
{
border-color: #7F326F;
}
.TagClassName
{
border-color: #7F326F;
}
</style>