Shades of Palatinate Purple #7D376A
Tints of Palatinate Purple #7D376A
RGB
CMYK
RGB Variations
Color information
#7D376A (or 0x7D376A) is known color: Palatinate Purple. HEX triplet: 7D, 37 and 6A. RGB value is (125,55,106). Sum of RGB (Red+Green+Blue) = 125+55+106=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D376A is #82C895. Grayscale: #515151. Windows color (decimal): -8571030 or 6961021. OLE color: 6961021.
HSL color Cylindrical-coordinate representation of color #7D376A: hue angle of 316.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D376A is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 106 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.51 |
| HSL | 316.29º | 0.39% | 0.35% | - |
| HSV(B) | 316.29º | 0.56% | 0.49% | - |
| XYZ | 12.43 | 8.13 | 14.55 | - |
| YUV | 81.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 106 | 0 | 0.56 | 0.15 | 0.51 | 316.29 | 0.39 | 0.35 |
| Hex | 7D | 37 | 6A | 0 | 38 | F | 33 | 13C | 27 | 23 |
| Octal | 175 | 67 | 152 | 0 | 70 | 17 | 63 | 474 | 47 | 43 |
| Binary | 1111101 | 110111 | 1101010 | 0 | 111000 | 1111 | 110011 | 100111100 | 100111 | 100011 |
Color Harmonies of #7D376A
Complementary color
Monochromatic Colors of #7D376A
Black with #7D376A
Text Example
Text Example
White with #7D376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D376A; }
p { color: rgb(125,55,106); }
H1.HeaderClassName
{
color: #7D376A;
}
.AnyTagClassName
{
color: #7D376A;
}
</style>
background-color css
<style>
a { background-color: #7D376A; }
a { background-color: rgb(125,55,106); }
div.DivClassName
{
background-color: #7D376A;
}
.BgClassName
{
background-color: #7D376A;
}
</style>
border-color css
<style>
span { border-color: #7D376A; }
span { border-color: rgb(125,55,106); }
td.TdClassName
{
border-color: #7D376A;
}
.TagClassName
{
border-color: #7D376A;
}
</style>