Shades of Dark Purple #7C286C
Tints of Dark Purple #7C286C
RGB
CMYK
RGB Variations
Color information
#7C286C (or 0x7C286C) is known color: Dark Purple. HEX triplet: 7C, 28 and 6C. RGB value is (124,40,108). Sum of RGB (Red+Green+Blue) = 124+40+108=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C286C is #83D793. Grayscale: #484848. Windows color (decimal): -8640404 or 7088252. OLE color: 7088252.
HSL color Cylindrical-coordinate representation of color #7C286C: hue angle of 311.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C286C is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 108 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.51 |
| HSL | 311.43º | 0.51% | 0.32% | - |
| HSV(B) | 311.43º | 0.68% | 0.49% | - |
| XYZ | 11.78 | 6.89 | 14.9 | - |
| YUV | 72.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 108 | 0 | 0.68 | 0.13 | 0.51 | 311.43 | 0.51 | 0.32 |
| Hex | 7C | 28 | 6C | 0 | 44 | D | 33 | 137 | 33 | 20 |
| Octal | 174 | 50 | 154 | 0 | 104 | 15 | 63 | 467 | 63 | 40 |
| Binary | 1111100 | 101000 | 1101100 | 0 | 1000100 | 1101 | 110011 | 100110111 | 110011 | 100000 |
Color Harmonies of #7C286C
Complementary color
Monochromatic Colors of #7C286C
Black with #7C286C
Text Example
Text Example
White with #7C286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C286C; }
p { color: rgb(124,40,108); }
H1.HeaderClassName
{
color: #7C286C;
}
.AnyTagClassName
{
color: #7C286C;
}
</style>
background-color css
<style>
a { background-color: #7C286C; }
a { background-color: rgb(124,40,108); }
div.DivClassName
{
background-color: #7C286C;
}
.BgClassName
{
background-color: #7C286C;
}
</style>
border-color css
<style>
span { border-color: #7C286C; }
span { border-color: rgb(124,40,108); }
td.TdClassName
{
border-color: #7C286C;
}
.TagClassName
{
border-color: #7C286C;
}
</style>