Shades of Dark Purple #7F1262
Tints of Dark Purple #7F1262
RGB
CMYK
RGB Variations
Color information
#7F1262 (or 0x7F1262) is known color: Dark Purple. HEX triplet: 7F, 12 and 62. RGB value is (127,18,98). Sum of RGB (Red+Green+Blue) = 127+18+98=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1262 is #80ED9D. Grayscale: #3B3B3B. Windows color (decimal): -8449438 or 6427263. OLE color: 6427263.
HSL color Cylindrical-coordinate representation of color #7F1262: hue angle of 315.96º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1262 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 18 | 98 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.50 |
| HSL | 315.96º | 0.75% | 0.28% | - |
| HSV(B) | 315.96º | 0.86% | 0.5% | - |
| XYZ | 11.17 | 5.83 | 12.09 | - |
| YUV | 59.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 18 | 98 | 0 | 0.86 | 0.23 | 0.50 | 315.96 | 0.75 | 0.28 |
| Hex | 7F | 12 | 62 | 0 | 56 | 17 | 32 | 13C | 4B | 1C |
| Octal | 177 | 22 | 142 | 0 | 126 | 27 | 62 | 474 | 113 | 34 |
| Binary | 1111111 | 10010 | 1100010 | 0 | 1010110 | 10111 | 110010 | 100111100 | 1001011 | 11100 |
Color Harmonies of #7F1262
Complementary color
Monochromatic Colors of #7F1262
Black with #7F1262
Text Example
Text Example
White with #7F1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1262; }
p { color: rgb(127,18,98); }
H1.HeaderClassName
{
color: #7F1262;
}
.AnyTagClassName
{
color: #7F1262;
}
</style>
background-color css
<style>
a { background-color: #7F1262; }
a { background-color: rgb(127,18,98); }
div.DivClassName
{
background-color: #7F1262;
}
.BgClassName
{
background-color: #7F1262;
}
</style>
border-color css
<style>
span { border-color: #7F1262; }
span { border-color: rgb(127,18,98); }
td.TdClassName
{
border-color: #7F1262;
}
.TagClassName
{
border-color: #7F1262;
}
</style>