Shades of Palatinate Purple #711D67
Tints of Palatinate Purple #711D67
RGB
CMYK
RGB Variations
Color information
#711D67 (or 0x711D67) is known color: Palatinate Purple. HEX triplet: 71, 1D and 67. RGB value is (113,29,103). Sum of RGB (Red+Green+Blue) = 113+29+103=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #711D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D67 is #8EE298. Grayscale: #3E3E3E. Windows color (decimal): -9364121 or 6757745. OLE color: 6757745.
HSL color Cylindrical-coordinate representation of color #711D67: hue angle of 307.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D67 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 103 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.56 |
| HSL | 307.14º | 0.59% | 0.28% | - |
| HSV(B) | 307.14º | 0.74% | 0.44% | - |
| XYZ | 9.7 | 5.37 | 13.36 | - |
| YUV | 62.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 103 | 0 | 0.74 | 0.09 | 0.56 | 307.14 | 0.59 | 0.28 |
| Hex | 71 | 1D | 67 | 0 | 4A | 9 | 38 | 133 | 3B | 1C |
| Octal | 161 | 35 | 147 | 0 | 112 | 11 | 70 | 463 | 73 | 34 |
| Binary | 1110001 | 11101 | 1100111 | 0 | 1001010 | 1001 | 111000 | 100110011 | 111011 | 11100 |
Color Harmonies of #711D67
Complementary color
Monochromatic Colors of #711D67
Black with #711D67
Text Example
Text Example
White with #711D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D67; }
p { color: rgb(113,29,103); }
H1.HeaderClassName
{
color: #711D67;
}
.AnyTagClassName
{
color: #711D67;
}
</style>
background-color css
<style>
a { background-color: #711D67; }
a { background-color: rgb(113,29,103); }
div.DivClassName
{
background-color: #711D67;
}
.BgClassName
{
background-color: #711D67;
}
</style>
border-color css
<style>
span { border-color: #711D67; }
span { border-color: rgb(113,29,103); }
td.TdClassName
{
border-color: #711D67;
}
.TagClassName
{
border-color: #711D67;
}
</style>