Shades of Dark Purple #7C366D
Tints of Dark Purple #7C366D
RGB
CMYK
RGB Variations
Color information
#7C366D (or 0x7C366D) is known color: Dark Purple. HEX triplet: 7C, 36 and 6D. RGB value is (124,54,109). Sum of RGB (Red+Green+Blue) = 124+54+109=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C366D is #83C992. Grayscale: #515151. Windows color (decimal): -8636819 or 7157372. OLE color: 7157372.
HSL color Cylindrical-coordinate representation of color #7C366D: hue angle of 312.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C366D is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 109 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.51 |
| HSL | 312.86º | 0.39% | 0.35% | - |
| HSV(B) | 312.86º | 0.56% | 0.49% | - |
| XYZ | 12.39 | 8.03 | 15.36 | - |
| YUV | 81.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 109 | 0 | 0.56 | 0.12 | 0.51 | 312.86 | 0.39 | 0.35 |
| Hex | 7C | 36 | 6D | 0 | 38 | C | 33 | 139 | 27 | 23 |
| Octal | 174 | 66 | 155 | 0 | 70 | 14 | 63 | 471 | 47 | 43 |
| Binary | 1111100 | 110110 | 1101101 | 0 | 111000 | 1100 | 110011 | 100111001 | 100111 | 100011 |
Color Harmonies of #7C366D
Complementary color
Monochromatic Colors of #7C366D
Black with #7C366D
Text Example
Text Example
White with #7C366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C366D; }
p { color: rgb(124,54,109); }
H1.HeaderClassName
{
color: #7C366D;
}
.AnyTagClassName
{
color: #7C366D;
}
</style>
background-color css
<style>
a { background-color: #7C366D; }
a { background-color: rgb(124,54,109); }
div.DivClassName
{
background-color: #7C366D;
}
.BgClassName
{
background-color: #7C366D;
}
</style>
border-color css
<style>
span { border-color: #7C366D; }
span { border-color: rgb(124,54,109); }
td.TdClassName
{
border-color: #7C366D;
}
.TagClassName
{
border-color: #7C366D;
}
</style>