Shades of Dark Purple #7F356F
Tints of Dark Purple #7F356F
RGB
CMYK
RGB Variations
Color information
#7F356F (or 0x7F356F) is known color: Dark Purple. HEX triplet: 7F, 35 and 6F. RGB value is (127,53,111). Sum of RGB (Red+Green+Blue) = 127+53+111=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 127 - color contains mainly: red. Hex color #7F356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F356F is #80CA90. Grayscale: #515151. Windows color (decimal): -8440465 or 7288191. OLE color: 7288191.
HSL color Cylindrical-coordinate representation of color #7F356F: hue angle of 312.97º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F356F is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 111 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.50 |
| HSL | 312.97º | 0.41% | 0.35% | - |
| HSV(B) | 312.97º | 0.58% | 0.5% | - |
| XYZ | 12.89 | 8.21 | 15.94 | - |
| YUV | 81.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 111 | 0 | 0.58 | 0.13 | 0.50 | 312.97 | 0.41 | 0.35 |
| Hex | 7F | 35 | 6F | 0 | 3A | D | 32 | 139 | 29 | 23 |
| Octal | 177 | 65 | 157 | 0 | 72 | 15 | 62 | 471 | 51 | 43 |
| Binary | 1111111 | 110101 | 1101111 | 0 | 111010 | 1101 | 110010 | 100111001 | 101001 | 100011 |
Color Harmonies of #7F356F
Complementary color
Monochromatic Colors of #7F356F
Black with #7F356F
Text Example
Text Example
White with #7F356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F356F; }
p { color: rgb(127,53,111); }
H1.HeaderClassName
{
color: #7F356F;
}
.AnyTagClassName
{
color: #7F356F;
}
</style>
background-color css
<style>
a { background-color: #7F356F; }
a { background-color: rgb(127,53,111); }
div.DivClassName
{
background-color: #7F356F;
}
.BgClassName
{
background-color: #7F356F;
}
</style>
border-color css
<style>
span { border-color: #7F356F; }
span { border-color: rgb(127,53,111); }
td.TdClassName
{
border-color: #7F356F;
}
.TagClassName
{
border-color: #7F356F;
}
</style>