Shades of Dark Purple #7F1478
Tints of Dark Purple #7F1478
RGB
CMYK
RGB Variations
Color information
#7F1478 (or 0x7F1478) is known color: Dark Purple. HEX triplet: 7F, 14 and 78. RGB value is (127,20,120). Sum of RGB (Red+Green+Blue) = 127+20+120=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1478 is #80EB87. Grayscale: #3F3F3F. Windows color (decimal): -8448904 or 7869567. OLE color: 7869567.
HSL color Cylindrical-coordinate representation of color #7F1478: hue angle of 303.93º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1478 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 120 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.50 |
| HSL | 303.93º | 0.73% | 0.29% | - |
| HSV(B) | 303.93º | 0.84% | 0.5% | - |
| XYZ | 12.39 | 6.37 | 18.35 | - |
| YUV | 63.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 120 | 0 | 0.84 | 0.06 | 0.50 | 303.93 | 0.73 | 0.29 |
| Hex | 7F | 14 | 78 | 0 | 54 | 6 | 32 | 130 | 49 | 1D |
| Octal | 177 | 24 | 170 | 0 | 124 | 6 | 62 | 460 | 111 | 35 |
| Binary | 1111111 | 10100 | 1111000 | 0 | 1010100 | 110 | 110010 | 100110000 | 1001001 | 11101 |
Color Harmonies of #7F1478
Complementary color
Monochromatic Colors of #7F1478
Black with #7F1478
Text Example
Text Example
White with #7F1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1478; }
p { color: rgb(127,20,120); }
H1.HeaderClassName
{
color: #7F1478;
}
.AnyTagClassName
{
color: #7F1478;
}
</style>
background-color css
<style>
a { background-color: #7F1478; }
a { background-color: rgb(127,20,120); }
div.DivClassName
{
background-color: #7F1478;
}
.BgClassName
{
background-color: #7F1478;
}
</style>
border-color css
<style>
span { border-color: #7F1478; }
span { border-color: rgb(127,20,120); }
td.TdClassName
{
border-color: #7F1478;
}
.TagClassName
{
border-color: #7F1478;
}
</style>