Shades of Palatinate Purple #711E67
Tints of Palatinate Purple #711E67
RGB
CMYK
RGB Variations
Color information
#711E67 (or 0x711E67) is known color: Palatinate Purple. HEX triplet: 71, 1E and 67. RGB value is (113,30,103). Sum of RGB (Red+Green+Blue) = 113+30+103=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #711E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E67 is #8EE198. Grayscale: #3E3E3E. Windows color (decimal): -9363865 or 6758001. OLE color: 6758001.
HSL color Cylindrical-coordinate representation of color #711E67: hue angle of 307.23º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E67 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 30 | 103 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.56 |
| HSL | 307.23º | 0.58% | 0.28% | - |
| HSV(B) | 307.23º | 0.73% | 0.44% | - |
| XYZ | 9.72 | 5.42 | 13.37 | - |
| YUV | 63.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 103 | 0 | 0.73 | 0.09 | 0.56 | 307.23 | 0.58 | 0.28 |
| Hex | 71 | 1E | 67 | 0 | 49 | 9 | 38 | 133 | 3A | 1C |
| Octal | 161 | 36 | 147 | 0 | 111 | 11 | 70 | 463 | 72 | 34 |
| Binary | 1110001 | 11110 | 1100111 | 0 | 1001001 | 1001 | 111000 | 100110011 | 111010 | 11100 |
Color Harmonies of #711E67
Complementary color
Monochromatic Colors of #711E67
Black with #711E67
Text Example
Text Example
White with #711E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E67; }
p { color: rgb(113,30,103); }
H1.HeaderClassName
{
color: #711E67;
}
.AnyTagClassName
{
color: #711E67;
}
</style>
background-color css
<style>
a { background-color: #711E67; }
a { background-color: rgb(113,30,103); }
div.DivClassName
{
background-color: #711E67;
}
.BgClassName
{
background-color: #711E67;
}
</style>
border-color css
<style>
span { border-color: #711E67; }
span { border-color: rgb(113,30,103); }
td.TdClassName
{
border-color: #711E67;
}
.TagClassName
{
border-color: #711E67;
}
</style>