Shades of Purple #7C1283
Tints of Purple #7C1283
RGB
CMYK
RGB Variations
Color information
#7C1283 (or 0x7C1283) is known color: Purple. HEX triplet: 7C, 12 and 83. RGB value is (124,18,131). Sum of RGB (Red+Green+Blue) = 124+18+131=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C1283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1283 is #83ED7C. Grayscale: #3E3E3E. Windows color (decimal): -8646013 or 8589948. OLE color: 8589948.
HSL color Cylindrical-coordinate representation of color #7C1283: hue angle of 296.28º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1283 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 18 | 131 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.49 |
| HSL | 296.28º | 0.76% | 0.29% | - |
| HSV(B) | 296.28º | 0.86% | 0.51% | - |
| XYZ | 12.63 | 6.36 | 22.03 | - |
| YUV | 62.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 131 | 0.05 | 0.86 | 0 | 0.49 | 296.28 | 0.76 | 0.29 |
| Hex | 7C | 12 | 83 | 5 | 56 | 0 | 31 | 128 | 4C | 1D |
| Octal | 174 | 22 | 203 | 5 | 126 | 0 | 61 | 450 | 114 | 35 |
| Binary | 1111100 | 10010 | 10000011 | 101 | 1010110 | 0 | 110001 | 100101000 | 1001100 | 11101 |
Color Harmonies of #7C1283
Complementary color
Monochromatic Colors of #7C1283
Black with #7C1283
Text Example
Text Example
White with #7C1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1283; }
p { color: rgb(124,18,131); }
H1.HeaderClassName
{
color: #7C1283;
}
.AnyTagClassName
{
color: #7C1283;
}
</style>
background-color css
<style>
a { background-color: #7C1283; }
a { background-color: rgb(124,18,131); }
div.DivClassName
{
background-color: #7C1283;
}
.BgClassName
{
background-color: #7C1283;
}
</style>
border-color css
<style>
span { border-color: #7C1283; }
span { border-color: rgb(124,18,131); }
td.TdClassName
{
border-color: #7C1283;
}
.TagClassName
{
border-color: #7C1283;
}
</style>