Shades of Purple #7C0387
Tints of Purple #7C0387
RGB
CMYK
RGB Variations
Color information
#7C0387 (or 0x7C0387) is known color: Purple. HEX triplet: 7C, 03 and 87. RGB value is (124,3,135). Sum of RGB (Red+Green+Blue) = 124+3+135=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C0387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0387 is #83FC78. Grayscale: #353535. Windows color (decimal): -8649849 or 8848252. OLE color: 8848252.
HSL color Cylindrical-coordinate representation of color #7C0387: hue angle of 295º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0387 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 3 | 135 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.47 |
| HSL | 295º | 0.96% | 0.27% | - |
| HSV(B) | 295º | 0.98% | 0.53% | - |
| XYZ | 12.72 | 6.1 | 23.43 | - |
| YUV | 54.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 135 | 0.08 | 0.98 | 0 | 0.47 | 295 | 0.96 | 0.27 |
| Hex | 7C | 3 | 87 | 8 | 62 | 0 | 2F | 127 | 60 | 1B |
| Octal | 174 | 3 | 207 | 10 | 142 | 0 | 57 | 447 | 140 | 33 |
| Binary | 1111100 | 11 | 10000111 | 1000 | 1100010 | 0 | 101111 | 100100111 | 1100000 | 11011 |
Color Harmonies of #7C0387
Complementary color
Monochromatic Colors of #7C0387
Black with #7C0387
Text Example
Text Example
White with #7C0387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0387; }
p { color: rgb(124,3,135); }
H1.HeaderClassName
{
color: #7C0387;
}
.AnyTagClassName
{
color: #7C0387;
}
</style>
background-color css
<style>
a { background-color: #7C0387; }
a { background-color: rgb(124,3,135); }
div.DivClassName
{
background-color: #7C0387;
}
.BgClassName
{
background-color: #7C0387;
}
</style>
border-color css
<style>
span { border-color: #7C0387; }
span { border-color: rgb(124,3,135); }
td.TdClassName
{
border-color: #7C0387;
}
.TagClassName
{
border-color: #7C0387;
}
</style>