Shades of Purple #7C0485
Tints of Purple #7C0485
RGB
CMYK
RGB Variations
Color information
#7C0485 (or 0x7C0485) is known color: Purple. HEX triplet: 7C, 04 and 85. RGB value is (124,4,133). Sum of RGB (Red+Green+Blue) = 124+4+133=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C0485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0485 is #83FB7A. Grayscale: #363636. Windows color (decimal): -8649595 or 8717436. OLE color: 8717436.
HSL color Cylindrical-coordinate representation of color #7C0485: hue angle of 295.81º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0485 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 4 | 133 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.48 |
| HSL | 295.81º | 0.94% | 0.27% | - |
| HSV(B) | 295.81º | 0.97% | 0.52% | - |
| XYZ | 12.59 | 6.07 | 22.7 | - |
| YUV | 54.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 133 | 0.07 | 0.97 | 0 | 0.48 | 295.81 | 0.94 | 0.27 |
| Hex | 7C | 4 | 85 | 7 | 61 | 0 | 30 | 128 | 5E | 1B |
| Octal | 174 | 4 | 205 | 7 | 141 | 0 | 60 | 450 | 136 | 33 |
| Binary | 1111100 | 100 | 10000101 | 111 | 1100001 | 0 | 110000 | 100101000 | 1011110 | 11011 |
Color Harmonies of #7C0485
Complementary color
Monochromatic Colors of #7C0485
Black with #7C0485
Text Example
Text Example
White with #7C0485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0485; }
p { color: rgb(124,4,133); }
H1.HeaderClassName
{
color: #7C0485;
}
.AnyTagClassName
{
color: #7C0485;
}
</style>
background-color css
<style>
a { background-color: #7C0485; }
a { background-color: rgb(124,4,133); }
div.DivClassName
{
background-color: #7C0485;
}
.BgClassName
{
background-color: #7C0485;
}
</style>
border-color css
<style>
span { border-color: #7C0485; }
span { border-color: rgb(124,4,133); }
td.TdClassName
{
border-color: #7C0485;
}
.TagClassName
{
border-color: #7C0485;
}
</style>