Shades of Purple #7E1283
Tints of Purple #7E1283
RGB
CMYK
RGB Variations
Color information
#7E1283 (or 0x7E1283) is known color: Purple. HEX triplet: 7E, 12 and 83. RGB value is (126,18,131). Sum of RGB (Red+Green+Blue) = 126+18+131=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #7E1283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1283 is #81ED7C. Grayscale: #3E3E3E. Windows color (decimal): -8514941 or 8589950. OLE color: 8589950.
HSL color Cylindrical-coordinate representation of color #7E1283: hue angle of 297.35º 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 #7E1283 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 18 | 131 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.49 |
| HSL | 297.35º | 0.76% | 0.29% | - |
| HSV(B) | 297.35º | 0.86% | 0.51% | - |
| XYZ | 12.92 | 6.51 | 22.05 | - |
| YUV | 63.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 131 | 0.04 | 0.86 | 0 | 0.49 | 297.35 | 0.76 | 0.29 |
| Hex | 7E | 12 | 83 | 4 | 56 | 0 | 31 | 129 | 4C | 1D |
| Octal | 176 | 22 | 203 | 4 | 126 | 0 | 61 | 451 | 114 | 35 |
| Binary | 1111110 | 10010 | 10000011 | 100 | 1010110 | 0 | 110001 | 100101001 | 1001100 | 11101 |
Color Harmonies of #7E1283
Complementary color
Monochromatic Colors of #7E1283
Black with #7E1283
Text Example
Text Example
White with #7E1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1283; }
p { color: rgb(126,18,131); }
H1.HeaderClassName
{
color: #7E1283;
}
.AnyTagClassName
{
color: #7E1283;
}
</style>
background-color css
<style>
a { background-color: #7E1283; }
a { background-color: rgb(126,18,131); }
div.DivClassName
{
background-color: #7E1283;
}
.BgClassName
{
background-color: #7E1283;
}
</style>
border-color css
<style>
span { border-color: #7E1283; }
span { border-color: rgb(126,18,131); }
td.TdClassName
{
border-color: #7E1283;
}
.TagClassName
{
border-color: #7E1283;
}
</style>