Shades of Dark Purple #7C246C
Tints of Dark Purple #7C246C
RGB
CMYK
RGB Variations
Color information
#7C246C (or 0x7C246C) is known color: Dark Purple. HEX triplet: 7C, 24 and 6C. RGB value is (124,36,108). Sum of RGB (Red+Green+Blue) = 124+36+108=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C246C is #83DB93. Grayscale: #464646. Windows color (decimal): -8641428 or 7087228. OLE color: 7087228.
HSL color Cylindrical-coordinate representation of color #7C246C: hue angle of 310.91º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C246C is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 108 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.51 |
| HSL | 310.91º | 0.55% | 0.31% | - |
| HSV(B) | 310.91º | 0.71% | 0.49% | - |
| XYZ | 11.65 | 6.63 | 14.85 | - |
| YUV | 70.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 108 | 0 | 0.71 | 0.13 | 0.51 | 310.91 | 0.55 | 0.31 |
| Hex | 7C | 24 | 6C | 0 | 47 | D | 33 | 137 | 37 | 1F |
| Octal | 174 | 44 | 154 | 0 | 107 | 15 | 63 | 467 | 67 | 37 |
| Binary | 1111100 | 100100 | 1101100 | 0 | 1000111 | 1101 | 110011 | 100110111 | 110111 | 11111 |
Color Harmonies of #7C246C
Complementary color
Monochromatic Colors of #7C246C
Black with #7C246C
Text Example
Text Example
White with #7C246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C246C; }
p { color: rgb(124,36,108); }
H1.HeaderClassName
{
color: #7C246C;
}
.AnyTagClassName
{
color: #7C246C;
}
</style>
background-color css
<style>
a { background-color: #7C246C; }
a { background-color: rgb(124,36,108); }
div.DivClassName
{
background-color: #7C246C;
}
.BgClassName
{
background-color: #7C246C;
}
</style>
border-color css
<style>
span { border-color: #7C246C; }
span { border-color: rgb(124,36,108); }
td.TdClassName
{
border-color: #7C246C;
}
.TagClassName
{
border-color: #7C246C;
}
</style>