Shades of Palatinate Purple #7D3567
Tints of Palatinate Purple #7D3567
RGB
CMYK
RGB Variations
Color information
#7D3567 (or 0x7D3567) is known color: Palatinate Purple. HEX triplet: 7D, 35 and 67. RGB value is (125,53,103). Sum of RGB (Red+Green+Blue) = 125+53+103=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3567 is #82CA98. Grayscale: #505050. Windows color (decimal): -8571545 or 6763901. OLE color: 6763901.
HSL color Cylindrical-coordinate representation of color #7D3567: hue angle of 318.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3567 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 53 | 103 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.51 |
| HSL | 318.33º | 0.4% | 0.35% | - |
| HSV(B) | 318.33º | 0.58% | 0.49% | - |
| XYZ | 12.18 | 7.89 | 13.71 | - |
| YUV | 80.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 103 | 0 | 0.58 | 0.18 | 0.51 | 318.33 | 0.4 | 0.35 |
| Hex | 7D | 35 | 67 | 0 | 3A | 12 | 33 | 13E | 28 | 23 |
| Octal | 175 | 65 | 147 | 0 | 72 | 22 | 63 | 476 | 50 | 43 |
| Binary | 1111101 | 110101 | 1100111 | 0 | 111010 | 10010 | 110011 | 100111110 | 101000 | 100011 |
Color Harmonies of #7D3567
Complementary color
Monochromatic Colors of #7D3567
Black with #7D3567
Text Example
Text Example
White with #7D3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3567; }
p { color: rgb(125,53,103); }
H1.HeaderClassName
{
color: #7D3567;
}
.AnyTagClassName
{
color: #7D3567;
}
</style>
background-color css
<style>
a { background-color: #7D3567; }
a { background-color: rgb(125,53,103); }
div.DivClassName
{
background-color: #7D3567;
}
.BgClassName
{
background-color: #7D3567;
}
</style>
border-color css
<style>
span { border-color: #7D3567; }
span { border-color: rgb(125,53,103); }
td.TdClassName
{
border-color: #7D3567;
}
.TagClassName
{
border-color: #7D3567;
}
</style>