Shades of Dark Purple #7F336A
Tints of Dark Purple #7F336A
RGB
CMYK
RGB Variations
Color information
#7F336A (or 0x7F336A) is known color: Dark Purple. HEX triplet: 7F, 33 and 6A. RGB value is (127,51,106). Sum of RGB (Red+Green+Blue) = 127+51+106=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F336A is #80CC95. Grayscale: #4F4F4F. Windows color (decimal): -8440982 or 6959999. OLE color: 6959999.
HSL color Cylindrical-coordinate representation of color #7F336A: hue angle of 316.58º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F336A is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 51 | 106 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.50 |
| HSL | 316.58º | 0.43% | 0.35% | - |
| HSV(B) | 316.58º | 0.6% | 0.5% | - |
| XYZ | 12.54 | 7.92 | 14.5 | - |
| YUV | 79.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 106 | 0 | 0.60 | 0.17 | 0.50 | 316.58 | 0.43 | 0.35 |
| Hex | 7F | 33 | 6A | 0 | 3C | 11 | 32 | 13D | 2B | 23 |
| Octal | 177 | 63 | 152 | 0 | 74 | 21 | 62 | 475 | 53 | 43 |
| Binary | 1111111 | 110011 | 1101010 | 0 | 111100 | 10001 | 110010 | 100111101 | 101011 | 100011 |
Color Harmonies of #7F336A
Complementary color
Monochromatic Colors of #7F336A
Black with #7F336A
Text Example
Text Example
White with #7F336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F336A; }
p { color: rgb(127,51,106); }
H1.HeaderClassName
{
color: #7F336A;
}
.AnyTagClassName
{
color: #7F336A;
}
</style>
background-color css
<style>
a { background-color: #7F336A; }
a { background-color: rgb(127,51,106); }
div.DivClassName
{
background-color: #7F336A;
}
.BgClassName
{
background-color: #7F336A;
}
</style>
border-color css
<style>
span { border-color: #7F336A; }
span { border-color: rgb(127,51,106); }
td.TdClassName
{
border-color: #7F336A;
}
.TagClassName
{
border-color: #7F336A;
}
</style>