Shades of Palatinate Purple #7E165D
Tints of Palatinate Purple #7E165D
RGB
CMYK
RGB Variations
Color information
#7E165D (or 0x7E165D) is known color: Palatinate Purple. HEX triplet: 7E, 16 and 5D. RGB value is (126,22,93). Sum of RGB (Red+Green+Blue) = 126+22+93=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E165D is #81E9A2. Grayscale: #3D3D3D. Windows color (decimal): -8513955 or 6100606. OLE color: 6100606.
HSL color Cylindrical-coordinate representation of color #7E165D: hue angle of 319.04º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E165D is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 93 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.51 |
| HSL | 319.04º | 0.7% | 0.29% | - |
| HSV(B) | 319.04º | 0.83% | 0.49% | - |
| XYZ | 10.87 | 5.8 | 10.9 | - |
| YUV | 61.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 93 | 0 | 0.83 | 0.26 | 0.51 | 319.04 | 0.7 | 0.29 |
| Hex | 7E | 16 | 5D | 0 | 53 | 1A | 33 | 13F | 46 | 1D |
| Octal | 176 | 26 | 135 | 0 | 123 | 32 | 63 | 477 | 106 | 35 |
| Binary | 1111110 | 10110 | 1011101 | 0 | 1010011 | 11010 | 110011 | 100111111 | 1000110 | 11101 |
Color Harmonies of #7E165D
Complementary color
Monochromatic Colors of #7E165D
Black with #7E165D
Text Example
Text Example
White with #7E165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E165D; }
p { color: rgb(126,22,93); }
H1.HeaderClassName
{
color: #7E165D;
}
.AnyTagClassName
{
color: #7E165D;
}
</style>
background-color css
<style>
a { background-color: #7E165D; }
a { background-color: rgb(126,22,93); }
div.DivClassName
{
background-color: #7E165D;
}
.BgClassName
{
background-color: #7E165D;
}
</style>
border-color css
<style>
span { border-color: #7E165D; }
span { border-color: rgb(126,22,93); }
td.TdClassName
{
border-color: #7E165D;
}
.TagClassName
{
border-color: #7E165D;
}
</style>