Shades of Dark Purple #7F3370
Tints of Dark Purple #7F3370
RGB
CMYK
RGB Variations
Color information
#7F3370 (or 0x7F3370) is known color: Dark Purple. HEX triplet: 7F, 33 and 70. RGB value is (127,51,112). Sum of RGB (Red+Green+Blue) = 127+51+112=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3370 is #80CC8F. Grayscale: #505050. Windows color (decimal): -8440976 or 7353215. OLE color: 7353215.
HSL color Cylindrical-coordinate representation of color #7F3370: hue angle of 311.84º 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 #7F3370 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 51 | 112 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.50 |
| HSL | 311.84º | 0.43% | 0.35% | - |
| HSV(B) | 311.84º | 0.6% | 0.5% | - |
| XYZ | 12.86 | 8.05 | 16.21 | - |
| YUV | 80.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 112 | 0 | 0.60 | 0.12 | 0.50 | 311.84 | 0.43 | 0.35 |
| Hex | 7F | 33 | 70 | 0 | 3C | C | 32 | 138 | 2B | 23 |
| Octal | 177 | 63 | 160 | 0 | 74 | 14 | 62 | 470 | 53 | 43 |
| Binary | 1111111 | 110011 | 1110000 | 0 | 111100 | 1100 | 110010 | 100111000 | 101011 | 100011 |
Color Harmonies of #7F3370
Complementary color
Monochromatic Colors of #7F3370
Black with #7F3370
Text Example
Text Example
White with #7F3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3370; }
p { color: rgb(127,51,112); }
H1.HeaderClassName
{
color: #7F3370;
}
.AnyTagClassName
{
color: #7F3370;
}
</style>
background-color css
<style>
a { background-color: #7F3370; }
a { background-color: rgb(127,51,112); }
div.DivClassName
{
background-color: #7F3370;
}
.BgClassName
{
background-color: #7F3370;
}
</style>
border-color css
<style>
span { border-color: #7F3370; }
span { border-color: rgb(127,51,112); }
td.TdClassName
{
border-color: #7F3370;
}
.TagClassName
{
border-color: #7F3370;
}
</style>