Shades of Purple #7C1384
Tints of Purple #7C1384
RGB
CMYK
RGB Variations
Color information
#7C1384 (or 0x7C1384) is known color: Purple. HEX triplet: 7C, 13 and 84. RGB value is (124,19,132). Sum of RGB (Red+Green+Blue) = 124+19+132=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C1384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1384 is #83EC7B. Grayscale: #3E3E3E. Windows color (decimal): -8645756 or 8655740. OLE color: 8655740.
HSL color Cylindrical-coordinate representation of color #7C1384: hue angle of 295.75º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1384 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 19 | 132 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.48 |
| HSL | 295.75º | 0.75% | 0.3% | - |
| HSV(B) | 295.75º | 0.86% | 0.52% | - |
| XYZ | 12.71 | 6.42 | 22.4 | - |
| YUV | 63.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 132 | 0.06 | 0.86 | 0 | 0.48 | 295.75 | 0.75 | 0.3 |
| Hex | 7C | 13 | 84 | 6 | 56 | 0 | 30 | 128 | 4B | 1E |
| Octal | 174 | 23 | 204 | 6 | 126 | 0 | 60 | 450 | 113 | 36 |
| Binary | 1111100 | 10011 | 10000100 | 110 | 1010110 | 0 | 110000 | 100101000 | 1001011 | 11110 |
Color Harmonies of #7C1384
Complementary color
Monochromatic Colors of #7C1384
Black with #7C1384
Text Example
Text Example
White with #7C1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1384; }
p { color: rgb(124,19,132); }
H1.HeaderClassName
{
color: #7C1384;
}
.AnyTagClassName
{
color: #7C1384;
}
</style>
background-color css
<style>
a { background-color: #7C1384; }
a { background-color: rgb(124,19,132); }
div.DivClassName
{
background-color: #7C1384;
}
.BgClassName
{
background-color: #7C1384;
}
</style>
border-color css
<style>
span { border-color: #7C1384; }
span { border-color: rgb(124,19,132); }
td.TdClassName
{
border-color: #7C1384;
}
.TagClassName
{
border-color: #7C1384;
}
</style>