Shades of Dark Purple #7F2286
Tints of Dark Purple #7F2286
RGB
CMYK
RGB Variations
Color information
#7F2286 (or 0x7F2286) is known color: Dark Purple. HEX triplet: 7F, 22 and 86. RGB value is (127,34,134). Sum of RGB (Red+Green+Blue) = 127+34+134=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F2286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2286 is #80DD79. Grayscale: #484848. Windows color (decimal): -8445306 or 8790655. OLE color: 8790655.
HSL color Cylindrical-coordinate representation of color #7F2286: hue angle of 295.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2286 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 34 | 134 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.47 |
| HSL | 295.8º | 0.6% | 0.33% | - |
| HSV(B) | 295.8º | 0.75% | 0.53% | - |
| XYZ | 13.63 | 7.38 | 23.26 | - |
| YUV | 73.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 134 | 0.05 | 0.75 | 0 | 0.47 | 295.8 | 0.6 | 0.33 |
| Hex | 7F | 22 | 86 | 5 | 4B | 0 | 2F | 128 | 3C | 21 |
| Octal | 177 | 42 | 206 | 5 | 113 | 0 | 57 | 450 | 74 | 41 |
| Binary | 1111111 | 100010 | 10000110 | 101 | 1001011 | 0 | 101111 | 100101000 | 111100 | 100001 |
Color Harmonies of #7F2286
Complementary color
Monochromatic Colors of #7F2286
Black with #7F2286
Text Example
Text Example
White with #7F2286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2286; }
p { color: rgb(127,34,134); }
H1.HeaderClassName
{
color: #7F2286;
}
.AnyTagClassName
{
color: #7F2286;
}
</style>
background-color css
<style>
a { background-color: #7F2286; }
a { background-color: rgb(127,34,134); }
div.DivClassName
{
background-color: #7F2286;
}
.BgClassName
{
background-color: #7F2286;
}
</style>
border-color css
<style>
span { border-color: #7F2286; }
span { border-color: rgb(127,34,134); }
td.TdClassName
{
border-color: #7F2286;
}
.TagClassName
{
border-color: #7F2286;
}
</style>