Shades of Palatinate Purple #7D3767
Tints of Palatinate Purple #7D3767
RGB
CMYK
RGB Variations
Color information
#7D3767 (or 0x7D3767) is known color: Palatinate Purple. HEX triplet: 7D, 37 and 67. RGB value is (125,55,103). Sum of RGB (Red+Green+Blue) = 125+55+103=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3767 is #82C898. Grayscale: #515151. Windows color (decimal): -8571033 or 6764413. OLE color: 6764413.
HSL color Cylindrical-coordinate representation of color #7D3767: hue angle of 318.86º 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 #7D3767 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 103 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.51 |
| HSL | 318.86º | 0.39% | 0.35% | - |
| HSV(B) | 318.86º | 0.56% | 0.49% | - |
| XYZ | 12.27 | 8.07 | 13.74 | - |
| YUV | 81.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 103 | 0 | 0.56 | 0.18 | 0.51 | 318.86 | 0.39 | 0.35 |
| Hex | 7D | 37 | 67 | 0 | 38 | 12 | 33 | 13F | 27 | 23 |
| Octal | 175 | 67 | 147 | 0 | 70 | 22 | 63 | 477 | 47 | 43 |
| Binary | 1111101 | 110111 | 1100111 | 0 | 111000 | 10010 | 110011 | 100111111 | 100111 | 100011 |
Color Harmonies of #7D3767
Complementary color
Monochromatic Colors of #7D3767
Black with #7D3767
Text Example
Text Example
White with #7D3767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3767; }
p { color: rgb(125,55,103); }
H1.HeaderClassName
{
color: #7D3767;
}
.AnyTagClassName
{
color: #7D3767;
}
</style>
background-color css
<style>
a { background-color: #7D3767; }
a { background-color: rgb(125,55,103); }
div.DivClassName
{
background-color: #7D3767;
}
.BgClassName
{
background-color: #7D3767;
}
</style>
border-color css
<style>
span { border-color: #7D3767; }
span { border-color: rgb(125,55,103); }
td.TdClassName
{
border-color: #7D3767;
}
.TagClassName
{
border-color: #7D3767;
}
</style>