Shades of Dark Purple #7F356E
Tints of Dark Purple #7F356E
RGB
CMYK
RGB Variations
Color information
#7F356E (or 0x7F356E) is known color: Dark Purple. HEX triplet: 7F, 35 and 6E. RGB value is (127,53,110). Sum of RGB (Red+Green+Blue) = 127+53+110=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 127 - color contains mainly: red. Hex color #7F356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F356E is #80CA91. Grayscale: #515151. Windows color (decimal): -8440466 or 7222655. OLE color: 7222655.
HSL color Cylindrical-coordinate representation of color #7F356E: hue angle of 313.78º 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 #7F356E is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 110 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.50 |
| HSL | 313.78º | 0.41% | 0.35% | - |
| HSV(B) | 313.78º | 0.58% | 0.5% | - |
| XYZ | 12.84 | 8.18 | 15.65 | - |
| YUV | 81.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 110 | 0 | 0.58 | 0.13 | 0.50 | 313.78 | 0.41 | 0.35 |
| Hex | 7F | 35 | 6E | 0 | 3A | D | 32 | 13A | 29 | 23 |
| Octal | 177 | 65 | 156 | 0 | 72 | 15 | 62 | 472 | 51 | 43 |
| Binary | 1111111 | 110101 | 1101110 | 0 | 111010 | 1101 | 110010 | 100111010 | 101001 | 100011 |
Color Harmonies of #7F356E
Complementary color
Monochromatic Colors of #7F356E
Black with #7F356E
Text Example
Text Example
White with #7F356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F356E; }
p { color: rgb(127,53,110); }
H1.HeaderClassName
{
color: #7F356E;
}
.AnyTagClassName
{
color: #7F356E;
}
</style>
background-color css
<style>
a { background-color: #7F356E; }
a { background-color: rgb(127,53,110); }
div.DivClassName
{
background-color: #7F356E;
}
.BgClassName
{
background-color: #7F356E;
}
</style>
border-color css
<style>
span { border-color: #7F356E; }
span { border-color: rgb(127,53,110); }
td.TdClassName
{
border-color: #7F356E;
}
.TagClassName
{
border-color: #7F356E;
}
</style>