Shades of Dark Purple #7F356B
Tints of Dark Purple #7F356B
RGB
CMYK
RGB Variations
Color information
#7F356B (or 0x7F356B) is known color: Dark Purple. HEX triplet: 7F, 35 and 6B. RGB value is (127,53,107). Sum of RGB (Red+Green+Blue) = 127+53+107=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F356B is #80CA94. Grayscale: #515151. Windows color (decimal): -8440469 or 7026047. OLE color: 7026047.
HSL color Cylindrical-coordinate representation of color #7F356B: hue angle of 316.22º 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 #7F356B is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 107 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.50 |
| HSL | 316.22º | 0.41% | 0.35% | - |
| HSV(B) | 316.22º | 0.58% | 0.5% | - |
| XYZ | 12.68 | 8.12 | 14.81 | - |
| YUV | 81.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 107 | 0 | 0.58 | 0.16 | 0.50 | 316.22 | 0.41 | 0.35 |
| Hex | 7F | 35 | 6B | 0 | 3A | 10 | 32 | 13C | 29 | 23 |
| Octal | 177 | 65 | 153 | 0 | 72 | 20 | 62 | 474 | 51 | 43 |
| Binary | 1111111 | 110101 | 1101011 | 0 | 111010 | 10000 | 110010 | 100111100 | 101001 | 100011 |
Color Harmonies of #7F356B
Complementary color
Monochromatic Colors of #7F356B
Black with #7F356B
Text Example
Text Example
White with #7F356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F356B; }
p { color: rgb(127,53,107); }
H1.HeaderClassName
{
color: #7F356B;
}
.AnyTagClassName
{
color: #7F356B;
}
</style>
background-color css
<style>
a { background-color: #7F356B; }
a { background-color: rgb(127,53,107); }
div.DivClassName
{
background-color: #7F356B;
}
.BgClassName
{
background-color: #7F356B;
}
</style>
border-color css
<style>
span { border-color: #7F356B; }
span { border-color: rgb(127,53,107); }
td.TdClassName
{
border-color: #7F356B;
}
.TagClassName
{
border-color: #7F356B;
}
</style>