Shades of Palatinate Purple #7D145C
Tints of Palatinate Purple #7D145C
RGB
CMYK
RGB Variations
Color information
#7D145C (or 0x7D145C) is known color: Palatinate Purple. HEX triplet: 7D, 14 and 5C. RGB value is (125,20,92). Sum of RGB (Red+Green+Blue) = 125+20+92=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D145C is #82EBA3. Grayscale: #3B3B3B. Windows color (decimal): -8580004 or 6034557. OLE color: 6034557.
HSL color Cylindrical-coordinate representation of color #7D145C: hue angle of 318.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D145C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 20 | 92 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.51 |
| HSL | 318.86º | 0.72% | 0.28% | - |
| HSV(B) | 318.86º | 0.84% | 0.49% | - |
| XYZ | 10.64 | 5.63 | 10.65 | - |
| YUV | 59.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 92 | 0 | 0.84 | 0.26 | 0.51 | 318.86 | 0.72 | 0.28 |
| Hex | 7D | 14 | 5C | 0 | 54 | 1A | 33 | 13F | 48 | 1C |
| Octal | 175 | 24 | 134 | 0 | 124 | 32 | 63 | 477 | 110 | 34 |
| Binary | 1111101 | 10100 | 1011100 | 0 | 1010100 | 11010 | 110011 | 100111111 | 1001000 | 11100 |
Color Harmonies of #7D145C
Complementary color
Monochromatic Colors of #7D145C
Black with #7D145C
Text Example
Text Example
White with #7D145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D145C; }
p { color: rgb(125,20,92); }
H1.HeaderClassName
{
color: #7D145C;
}
.AnyTagClassName
{
color: #7D145C;
}
</style>
background-color css
<style>
a { background-color: #7D145C; }
a { background-color: rgb(125,20,92); }
div.DivClassName
{
background-color: #7D145C;
}
.BgClassName
{
background-color: #7D145C;
}
</style>
border-color css
<style>
span { border-color: #7D145C; }
span { border-color: rgb(125,20,92); }
td.TdClassName
{
border-color: #7D145C;
}
.TagClassName
{
border-color: #7D145C;
}
</style>