Shades of Dark Purple #7F2575
Tints of Dark Purple #7F2575
RGB
CMYK
RGB Variations
Color information
#7F2575 (or 0x7F2575) is known color: Dark Purple. HEX triplet: 7F, 25 and 75. RGB value is (127,37,117). Sum of RGB (Red+Green+Blue) = 127+37+117=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2575 is #80DA8A. Grayscale: #484848. Windows color (decimal): -8444555 or 7677311. OLE color: 7677311.
HSL color Cylindrical-coordinate representation of color #7F2575: hue angle of 306.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F2575 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 117 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.50 |
| HSL | 306.67º | 0.55% | 0.32% | - |
| HSV(B) | 306.67º | 0.71% | 0.5% | - |
| XYZ | 12.62 | 7.12 | 17.54 | - |
| YUV | 73.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 117 | 0 | 0.71 | 0.08 | 0.50 | 306.67 | 0.55 | 0.32 |
| Hex | 7F | 25 | 75 | 0 | 47 | 8 | 32 | 133 | 37 | 20 |
| Octal | 177 | 45 | 165 | 0 | 107 | 10 | 62 | 463 | 67 | 40 |
| Binary | 1111111 | 100101 | 1110101 | 0 | 1000111 | 1000 | 110010 | 100110011 | 110111 | 100000 |
Color Harmonies of #7F2575
Complementary color
Monochromatic Colors of #7F2575
Black with #7F2575
Text Example
Text Example
White with #7F2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2575; }
p { color: rgb(127,37,117); }
H1.HeaderClassName
{
color: #7F2575;
}
.AnyTagClassName
{
color: #7F2575;
}
</style>
background-color css
<style>
a { background-color: #7F2575; }
a { background-color: rgb(127,37,117); }
div.DivClassName
{
background-color: #7F2575;
}
.BgClassName
{
background-color: #7F2575;
}
</style>
border-color css
<style>
span { border-color: #7F2575; }
span { border-color: rgb(127,37,117); }
td.TdClassName
{
border-color: #7F2575;
}
.TagClassName
{
border-color: #7F2575;
}
</style>