Shades of Palatinate Purple #7E175D
Tints of Palatinate Purple #7E175D
RGB
CMYK
RGB Variations
Color information
#7E175D (or 0x7E175D) is known color: Palatinate Purple. HEX triplet: 7E, 17 and 5D. RGB value is (126,23,93). Sum of RGB (Red+Green+Blue) = 126+23+93=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E175D is #81E8A2. Grayscale: #3D3D3D. Windows color (decimal): -8513699 or 6100862. OLE color: 6100862.
HSL color Cylindrical-coordinate representation of color #7E175D: hue angle of 319.22º 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 #7E175D is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 93 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.51 |
| HSL | 319.22º | 0.69% | 0.29% | - |
| HSV(B) | 319.22º | 0.82% | 0.49% | - |
| XYZ | 10.89 | 5.84 | 10.91 | - |
| YUV | 61.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 93 | 0 | 0.82 | 0.26 | 0.51 | 319.22 | 0.69 | 0.29 |
| Hex | 7E | 17 | 5D | 0 | 52 | 1A | 33 | 13F | 45 | 1D |
| Octal | 176 | 27 | 135 | 0 | 122 | 32 | 63 | 477 | 105 | 35 |
| Binary | 1111110 | 10111 | 1011101 | 0 | 1010010 | 11010 | 110011 | 100111111 | 1000101 | 11101 |
Color Harmonies of #7E175D
Complementary color
Monochromatic Colors of #7E175D
Black with #7E175D
Text Example
Text Example
White with #7E175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E175D; }
p { color: rgb(126,23,93); }
H1.HeaderClassName
{
color: #7E175D;
}
.AnyTagClassName
{
color: #7E175D;
}
</style>
background-color css
<style>
a { background-color: #7E175D; }
a { background-color: rgb(126,23,93); }
div.DivClassName
{
background-color: #7E175D;
}
.BgClassName
{
background-color: #7E175D;
}
</style>
border-color css
<style>
span { border-color: #7E175D; }
span { border-color: rgb(126,23,93); }
td.TdClassName
{
border-color: #7E175D;
}
.TagClassName
{
border-color: #7E175D;
}
</style>