Shades of Dark Purple #7E1763
Tints of Dark Purple #7E1763
RGB
CMYK
RGB Variations
Color information
#7E1763 (or 0x7E1763) is known color: Dark Purple. HEX triplet: 7E, 17 and 63. RGB value is (126,23,99). Sum of RGB (Red+Green+Blue) = 126+23+99=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1763 is #81E89C. Grayscale: #3E3E3E. Windows color (decimal): -8513693 or 6494078. OLE color: 6494078.
HSL color Cylindrical-coordinate representation of color #7E1763: hue angle of 315.73º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1763 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 99 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.51 |
| HSL | 315.73º | 0.69% | 0.29% | - |
| HSV(B) | 315.73º | 0.82% | 0.49% | - |
| XYZ | 11.16 | 5.95 | 12.36 | - |
| YUV | 62.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 99 | 0 | 0.82 | 0.21 | 0.51 | 315.73 | 0.69 | 0.29 |
| Hex | 7E | 17 | 63 | 0 | 52 | 15 | 33 | 13C | 45 | 1D |
| Octal | 176 | 27 | 143 | 0 | 122 | 25 | 63 | 474 | 105 | 35 |
| Binary | 1111110 | 10111 | 1100011 | 0 | 1010010 | 10101 | 110011 | 100111100 | 1000101 | 11101 |
Color Harmonies of #7E1763
Complementary color
Monochromatic Colors of #7E1763
Black with #7E1763
Text Example
Text Example
White with #7E1763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1763; }
p { color: rgb(126,23,99); }
H1.HeaderClassName
{
color: #7E1763;
}
.AnyTagClassName
{
color: #7E1763;
}
</style>
background-color css
<style>
a { background-color: #7E1763; }
a { background-color: rgb(126,23,99); }
div.DivClassName
{
background-color: #7E1763;
}
.BgClassName
{
background-color: #7E1763;
}
</style>
border-color css
<style>
span { border-color: #7E1763; }
span { border-color: rgb(126,23,99); }
td.TdClassName
{
border-color: #7E1763;
}
.TagClassName
{
border-color: #7E1763;
}
</style>