Shades of Dark Purple #7F2562
Tints of Dark Purple #7F2562
RGB
CMYK
RGB Variations
Color information
#7F2562 (or 0x7F2562) is known color: Dark Purple. HEX triplet: 7F, 25 and 62. RGB value is (127,37,98). Sum of RGB (Red+Green+Blue) = 127+37+98=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2562 is #80DA9D. Grayscale: #464646. Windows color (decimal): -8444574 or 6432127. OLE color: 6432127.
HSL color Cylindrical-coordinate representation of color #7F2562: hue angle of 319.33º 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 #7F2562 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 98 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.50 |
| HSL | 319.33º | 0.55% | 0.32% | - |
| HSV(B) | 319.33º | 0.71% | 0.5% | - |
| XYZ | 11.62 | 6.72 | 12.24 | - |
| YUV | 70.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 98 | 0 | 0.71 | 0.23 | 0.50 | 319.33 | 0.55 | 0.32 |
| Hex | 7F | 25 | 62 | 0 | 47 | 17 | 32 | 13F | 37 | 20 |
| Octal | 177 | 45 | 142 | 0 | 107 | 27 | 62 | 477 | 67 | 40 |
| Binary | 1111111 | 100101 | 1100010 | 0 | 1000111 | 10111 | 110010 | 100111111 | 110111 | 100000 |
Color Harmonies of #7F2562
Complementary color
Monochromatic Colors of #7F2562
Black with #7F2562
Text Example
Text Example
White with #7F2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2562; }
p { color: rgb(127,37,98); }
H1.HeaderClassName
{
color: #7F2562;
}
.AnyTagClassName
{
color: #7F2562;
}
</style>
background-color css
<style>
a { background-color: #7F2562; }
a { background-color: rgb(127,37,98); }
div.DivClassName
{
background-color: #7F2562;
}
.BgClassName
{
background-color: #7F2562;
}
</style>
border-color css
<style>
span { border-color: #7F2562; }
span { border-color: rgb(127,37,98); }
td.TdClassName
{
border-color: #7F2562;
}
.TagClassName
{
border-color: #7F2562;
}
</style>