Shades of Palatinate Purple #7D155C
Tints of Palatinate Purple #7D155C
RGB
CMYK
RGB Variations
Color information
#7D155C (or 0x7D155C) is known color: Palatinate Purple. HEX triplet: 7D, 15 and 5C. RGB value is (125,21,92). Sum of RGB (Red+Green+Blue) = 125+21+92=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D155C is #82EAA3. Grayscale: #3C3C3C. Windows color (decimal): -8579748 or 6034813. OLE color: 6034813.
HSL color Cylindrical-coordinate representation of color #7D155C: hue angle of 319.04º degrees, saturation: 0.71, 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 #7D155C is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 21 | 92 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.51 |
| HSL | 319.04º | 0.71% | 0.29% | - |
| HSV(B) | 319.04º | 0.83% | 0.49% | - |
| XYZ | 10.66 | 5.67 | 10.66 | - |
| YUV | 60.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 92 | 0 | 0.83 | 0.26 | 0.51 | 319.04 | 0.71 | 0.29 |
| Hex | 7D | 15 | 5C | 0 | 53 | 1A | 33 | 13F | 47 | 1D |
| Octal | 175 | 25 | 134 | 0 | 123 | 32 | 63 | 477 | 107 | 35 |
| Binary | 1111101 | 10101 | 1011100 | 0 | 1010011 | 11010 | 110011 | 100111111 | 1000111 | 11101 |
Color Harmonies of #7D155C
Complementary color
Monochromatic Colors of #7D155C
Black with #7D155C
Text Example
Text Example
White with #7D155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D155C; }
p { color: rgb(125,21,92); }
H1.HeaderClassName
{
color: #7D155C;
}
.AnyTagClassName
{
color: #7D155C;
}
</style>
background-color css
<style>
a { background-color: #7D155C; }
a { background-color: rgb(125,21,92); }
div.DivClassName
{
background-color: #7D155C;
}
.BgClassName
{
background-color: #7D155C;
}
</style>
border-color css
<style>
span { border-color: #7D155C; }
span { border-color: rgb(125,21,92); }
td.TdClassName
{
border-color: #7D155C;
}
.TagClassName
{
border-color: #7D155C;
}
</style>