Shades of Dark Purple #7F256C
Tints of Dark Purple #7F256C
RGB
CMYK
RGB Variations
Color information
#7F256C (or 0x7F256C) is known color: Dark Purple. HEX triplet: 7F, 25 and 6C. RGB value is (127,37,108). Sum of RGB (Red+Green+Blue) = 127+37+108=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F256C is #80DA93. Grayscale: #474747. Windows color (decimal): -8444564 or 7087487. OLE color: 7087487.
HSL color Cylindrical-coordinate representation of color #7F256C: hue angle of 312.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F256C is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 108 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.50 |
| HSL | 312.67º | 0.55% | 0.32% | - |
| HSV(B) | 312.67º | 0.71% | 0.5% | - |
| XYZ | 12.12 | 6.92 | 14.88 | - |
| YUV | 72 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 108 | 0 | 0.71 | 0.15 | 0.50 | 312.67 | 0.55 | 0.32 |
| Hex | 7F | 25 | 6C | 0 | 47 | F | 32 | 139 | 37 | 20 |
| Octal | 177 | 45 | 154 | 0 | 107 | 17 | 62 | 471 | 67 | 40 |
| Binary | 1111111 | 100101 | 1101100 | 0 | 1000111 | 1111 | 110010 | 100111001 | 110111 | 100000 |
Color Harmonies of #7F256C
Complementary color
Monochromatic Colors of #7F256C
Black with #7F256C
Text Example
Text Example
White with #7F256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F256C; }
p { color: rgb(127,37,108); }
H1.HeaderClassName
{
color: #7F256C;
}
.AnyTagClassName
{
color: #7F256C;
}
</style>
background-color css
<style>
a { background-color: #7F256C; }
a { background-color: rgb(127,37,108); }
div.DivClassName
{
background-color: #7F256C;
}
.BgClassName
{
background-color: #7F256C;
}
</style>
border-color css
<style>
span { border-color: #7F256C; }
span { border-color: rgb(127,37,108); }
td.TdClassName
{
border-color: #7F256C;
}
.TagClassName
{
border-color: #7F256C;
}
</style>