Shades of Dark Purple #7F287F
Tints of Dark Purple #7F287F
RGB
CMYK
RGB Variations
Color information
#7F287F (or 0x7F287F) is known color: Dark Purple. HEX triplet: 7F, 28 and 7F. RGB value is (127,40,127). Sum of RGB (Red+Green+Blue) = 127+40+127=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: red, blue. Hex color #7F287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F287F is #80D780. Grayscale: #4B4B4B. Windows color (decimal): -8443777 or 8333439. OLE color: 8333439.
HSL color Cylindrical-coordinate representation of color #7F287F: hue angle of 300º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F287F is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 127 | - |
| CMYK | 0 | 0.69 | 0 | 0.50 |
| HSL | 300º | 0.52% | 0.33% | - |
| HSV(B) | 300º | 0.69% | 0.5% | - |
| XYZ | 13.34 | 7.56 | 20.84 | - |
| YUV | 75.93 | 156.82 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 127 | 0 | 0.69 | 0 | 0.50 | 300 | 0.52 | 0.33 |
| Hex | 7F | 28 | 7F | 0 | 45 | 0 | 32 | 12C | 34 | 21 |
| Octal | 177 | 50 | 177 | 0 | 105 | 0 | 62 | 454 | 64 | 41 |
| Binary | 1111111 | 101000 | 1111111 | 0 | 1000101 | 0 | 110010 | 100101100 | 110100 | 100001 |
Color Harmonies of #7F287F
Complementary color
Monochromatic Colors of #7F287F
Black with #7F287F
Text Example
Text Example
White with #7F287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F287F; }
p { color: rgb(127,40,127); }
H1.HeaderClassName
{
color: #7F287F;
}
.AnyTagClassName
{
color: #7F287F;
}
</style>
background-color css
<style>
a { background-color: #7F287F; }
a { background-color: rgb(127,40,127); }
div.DivClassName
{
background-color: #7F287F;
}
.BgClassName
{
background-color: #7F287F;
}
</style>
border-color css
<style>
span { border-color: #7F287F; }
span { border-color: rgb(127,40,127); }
td.TdClassName
{
border-color: #7F287F;
}
.TagClassName
{
border-color: #7F287F;
}
</style>