Shades of Dark Purple #7F2865
Tints of Dark Purple #7F2865
RGB
CMYK
RGB Variations
Color information
#7F2865 (or 0x7F2865) is known color: Dark Purple. HEX triplet: 7F, 28 and 65. RGB value is (127,40,101). Sum of RGB (Red+Green+Blue) = 127+40+101=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2865 is #80D79A. Grayscale: #484848. Windows color (decimal): -8443803 or 6629503. OLE color: 6629503.
HSL color Cylindrical-coordinate representation of color #7F2865: hue angle of 317.93º 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 #7F2865 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 101 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.50 |
| HSL | 317.93º | 0.52% | 0.33% | - |
| HSV(B) | 317.93º | 0.69% | 0.5% | - |
| XYZ | 11.86 | 6.97 | 13.03 | - |
| YUV | 72.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 101 | 0 | 0.69 | 0.20 | 0.50 | 317.93 | 0.52 | 0.33 |
| Hex | 7F | 28 | 65 | 0 | 45 | 14 | 32 | 13E | 34 | 21 |
| Octal | 177 | 50 | 145 | 0 | 105 | 24 | 62 | 476 | 64 | 41 |
| Binary | 1111111 | 101000 | 1100101 | 0 | 1000101 | 10100 | 110010 | 100111110 | 110100 | 100001 |
Color Harmonies of #7F2865
Complementary color
Monochromatic Colors of #7F2865
Black with #7F2865
Text Example
Text Example
White with #7F2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2865; }
p { color: rgb(127,40,101); }
H1.HeaderClassName
{
color: #7F2865;
}
.AnyTagClassName
{
color: #7F2865;
}
</style>
background-color css
<style>
a { background-color: #7F2865; }
a { background-color: rgb(127,40,101); }
div.DivClassName
{
background-color: #7F2865;
}
.BgClassName
{
background-color: #7F2865;
}
</style>
border-color css
<style>
span { border-color: #7F2865; }
span { border-color: rgb(127,40,101); }
td.TdClassName
{
border-color: #7F2865;
}
.TagClassName
{
border-color: #7F2865;
}
</style>