Shades of Dark Purple #7F2477
Tints of Dark Purple #7F2477
RGB
CMYK
RGB Variations
Color information
#7F2477 (or 0x7F2477) is known color: Dark Purple. HEX triplet: 7F, 24 and 77. RGB value is (127,36,119). Sum of RGB (Red+Green+Blue) = 127+36+119=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2477 is #80DB88. Grayscale: #484848. Windows color (decimal): -8444809 or 7808127. OLE color: 7808127.
HSL color Cylindrical-coordinate representation of color #7F2477: hue angle of 305.27º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F2477 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 36 | 119 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.50 |
| HSL | 305.27º | 0.56% | 0.32% | - |
| HSV(B) | 305.27º | 0.72% | 0.5% | - |
| XYZ | 12.71 | 7.11 | 18.15 | - |
| YUV | 72.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 119 | 0 | 0.72 | 0.06 | 0.50 | 305.27 | 0.56 | 0.32 |
| Hex | 7F | 24 | 77 | 0 | 48 | 6 | 32 | 131 | 38 | 20 |
| Octal | 177 | 44 | 167 | 0 | 110 | 6 | 62 | 461 | 70 | 40 |
| Binary | 1111111 | 100100 | 1110111 | 0 | 1001000 | 110 | 110010 | 100110001 | 111000 | 100000 |
Color Harmonies of #7F2477
Complementary color
Monochromatic Colors of #7F2477
Black with #7F2477
Text Example
Text Example
White with #7F2477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2477; }
p { color: rgb(127,36,119); }
H1.HeaderClassName
{
color: #7F2477;
}
.AnyTagClassName
{
color: #7F2477;
}
</style>
background-color css
<style>
a { background-color: #7F2477; }
a { background-color: rgb(127,36,119); }
div.DivClassName
{
background-color: #7F2477;
}
.BgClassName
{
background-color: #7F2477;
}
</style>
border-color css
<style>
span { border-color: #7F2477; }
span { border-color: rgb(127,36,119); }
td.TdClassName
{
border-color: #7F2477;
}
.TagClassName
{
border-color: #7F2477;
}
</style>