Shades of Palatinate Purple #711A67
Tints of Palatinate Purple #711A67
RGB
CMYK
RGB Variations
Color information
#711A67 (or 0x711A67) is known color: Palatinate Purple. HEX triplet: 71, 1A and 67. RGB value is (113,26,103). Sum of RGB (Red+Green+Blue) = 113+26+103=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #711A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A67 is #8EE598. Grayscale: #3C3C3C. Windows color (decimal): -9364889 or 6756977. OLE color: 6756977.
HSL color Cylindrical-coordinate representation of color #711A67: hue angle of 306.9º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A67 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 26 | 103 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.56 |
| HSL | 306.9º | 0.63% | 0.27% | - |
| HSV(B) | 306.9º | 0.77% | 0.44% | - |
| XYZ | 9.63 | 5.23 | 13.33 | - |
| YUV | 60.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 103 | 0 | 0.77 | 0.09 | 0.56 | 306.9 | 0.63 | 0.27 |
| Hex | 71 | 1A | 67 | 0 | 4D | 9 | 38 | 133 | 3F | 1B |
| Octal | 161 | 32 | 147 | 0 | 115 | 11 | 70 | 463 | 77 | 33 |
| Binary | 1110001 | 11010 | 1100111 | 0 | 1001101 | 1001 | 111000 | 100110011 | 111111 | 11011 |
Color Harmonies of #711A67
Complementary color
Monochromatic Colors of #711A67
Black with #711A67
Text Example
Text Example
White with #711A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A67; }
p { color: rgb(113,26,103); }
H1.HeaderClassName
{
color: #711A67;
}
.AnyTagClassName
{
color: #711A67;
}
</style>
background-color css
<style>
a { background-color: #711A67; }
a { background-color: rgb(113,26,103); }
div.DivClassName
{
background-color: #711A67;
}
.BgClassName
{
background-color: #711A67;
}
</style>
border-color css
<style>
span { border-color: #711A67; }
span { border-color: rgb(113,26,103); }
td.TdClassName
{
border-color: #711A67;
}
.TagClassName
{
border-color: #711A67;
}
</style>