Shades of Dark Purple #7C1B87
Tints of Dark Purple #7C1B87
RGB
CMYK
RGB Variations
Color information
#7C1B87 (or 0x7C1B87) is known color: Dark Purple. HEX triplet: 7C, 1B and 87. RGB value is (124,27,135). Sum of RGB (Red+Green+Blue) = 124+27+135=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C1B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1B87 is #83E478. Grayscale: #434343. Windows color (decimal): -8643705 or 8854396. OLE color: 8854396.
HSL color Cylindrical-coordinate representation of color #7C1B87: hue angle of 293.89º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C1B87 is Cyan = 0.08, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 27 | 135 | - |
| CMYK | 0.08 | 0.8 | 0 | 0.47 |
| HSL | 293.89º | 0.67% | 0.32% | - |
| HSV(B) | 293.89º | 0.8% | 0.53% | - |
| XYZ | 13.08 | 6.82 | 23.55 | - |
| YUV | 68.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 27 | 135 | 0.08 | 0.8 | 0 | 0.47 | 293.89 | 0.67 | 0.32 |
| Hex | 7C | 1B | 87 | 8 | 50 | 0 | 2F | 126 | 43 | 20 |
| Octal | 174 | 33 | 207 | 10 | 120 | 0 | 57 | 446 | 103 | 40 |
| Binary | 1111100 | 11011 | 10000111 | 1000 | 1010000 | 0 | 101111 | 100100110 | 1000011 | 100000 |
Color Harmonies of #7C1B87
Complementary color
Monochromatic Colors of #7C1B87
Black with #7C1B87
Text Example
Text Example
White with #7C1B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1B87; }
p { color: rgb(124,27,135); }
H1.HeaderClassName
{
color: #7C1B87;
}
.AnyTagClassName
{
color: #7C1B87;
}
</style>
background-color css
<style>
a { background-color: #7C1B87; }
a { background-color: rgb(124,27,135); }
div.DivClassName
{
background-color: #7C1B87;
}
.BgClassName
{
background-color: #7C1B87;
}
</style>
border-color css
<style>
span { border-color: #7C1B87; }
span { border-color: rgb(124,27,135); }
td.TdClassName
{
border-color: #7C1B87;
}
.TagClassName
{
border-color: #7C1B87;
}
</style>