Shades of Dark Purple #7F2276
Tints of Dark Purple #7F2276
RGB
CMYK
RGB Variations
Color information
#7F2276 (or 0x7F2276) is known color: Dark Purple. HEX triplet: 7F, 22 and 76. RGB value is (127,34,118). Sum of RGB (Red+Green+Blue) = 127+34+118=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2276 is #80DD89. Grayscale: #474747. Windows color (decimal): -8445322 or 7742079. OLE color: 7742079.
HSL color Cylindrical-coordinate representation of color #7F2276: hue angle of 305.81º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2276 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 34 | 118 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.50 |
| HSL | 305.81º | 0.58% | 0.32% | - |
| HSV(B) | 305.81º | 0.73% | 0.5% | - |
| XYZ | 12.59 | 6.96 | 17.82 | - |
| YUV | 71.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 118 | 0 | 0.73 | 0.07 | 0.50 | 305.81 | 0.58 | 0.32 |
| Hex | 7F | 22 | 76 | 0 | 49 | 7 | 32 | 132 | 3A | 20 |
| Octal | 177 | 42 | 166 | 0 | 111 | 7 | 62 | 462 | 72 | 40 |
| Binary | 1111111 | 100010 | 1110110 | 0 | 1001001 | 111 | 110010 | 100110010 | 111010 | 100000 |
Color Harmonies of #7F2276
Complementary color
Monochromatic Colors of #7F2276
Black with #7F2276
Text Example
Text Example
White with #7F2276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2276; }
p { color: rgb(127,34,118); }
H1.HeaderClassName
{
color: #7F2276;
}
.AnyTagClassName
{
color: #7F2276;
}
</style>
background-color css
<style>
a { background-color: #7F2276; }
a { background-color: rgb(127,34,118); }
div.DivClassName
{
background-color: #7F2276;
}
.BgClassName
{
background-color: #7F2276;
}
</style>
border-color css
<style>
span { border-color: #7F2276; }
span { border-color: rgb(127,34,118); }
td.TdClassName
{
border-color: #7F2276;
}
.TagClassName
{
border-color: #7F2276;
}
</style>