Shades of Dark Purple #7C156C
Tints of Dark Purple #7C156C
RGB
CMYK
RGB Variations
Color information
#7C156C (or 0x7C156C) is known color: Dark Purple. HEX triplet: 7C, 15 and 6C. RGB value is (124,21,108). Sum of RGB (Red+Green+Blue) = 124+21+108=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C156C is #83EA93. Grayscale: #3D3D3D. Windows color (decimal): -8645268 or 7083388. OLE color: 7083388.
HSL color Cylindrical-coordinate representation of color #7C156C: hue angle of 309.32º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C156C is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 108 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.51 |
| HSL | 309.32º | 0.71% | 0.28% | - |
| HSV(B) | 309.32º | 0.83% | 0.49% | - |
| XYZ | 11.29 | 5.9 | 14.73 | - |
| YUV | 61.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 108 | 0 | 0.83 | 0.13 | 0.51 | 309.32 | 0.71 | 0.28 |
| Hex | 7C | 15 | 6C | 0 | 53 | D | 33 | 135 | 47 | 1C |
| Octal | 174 | 25 | 154 | 0 | 123 | 15 | 63 | 465 | 107 | 34 |
| Binary | 1111100 | 10101 | 1101100 | 0 | 1010011 | 1101 | 110011 | 100110101 | 1000111 | 11100 |
Color Harmonies of #7C156C
Complementary color
Monochromatic Colors of #7C156C
Black with #7C156C
Text Example
Text Example
White with #7C156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C156C; }
p { color: rgb(124,21,108); }
H1.HeaderClassName
{
color: #7C156C;
}
.AnyTagClassName
{
color: #7C156C;
}
</style>
background-color css
<style>
a { background-color: #7C156C; }
a { background-color: rgb(124,21,108); }
div.DivClassName
{
background-color: #7C156C;
}
.BgClassName
{
background-color: #7C156C;
}
</style>
border-color css
<style>
span { border-color: #7C156C; }
span { border-color: rgb(124,21,108); }
td.TdClassName
{
border-color: #7C156C;
}
.TagClassName
{
border-color: #7C156C;
}
</style>