Shades of Palatinate Purple #711C6A
Tints of Palatinate Purple #711C6A
RGB
CMYK
RGB Variations
Color information
#711C6A (or 0x711C6A) is known color: Palatinate Purple. HEX triplet: 71, 1C and 6A. RGB value is (113,28,106). Sum of RGB (Red+Green+Blue) = 113+28+106=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #711C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C6A is #8EE395. Grayscale: #3E3E3E. Windows color (decimal): -9364374 or 6954097. OLE color: 6954097.
HSL color Cylindrical-coordinate representation of color #711C6A: hue angle of 304.94º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C6A is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 106 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.56 |
| HSL | 304.94º | 0.6% | 0.28% | - |
| HSV(B) | 304.94º | 0.75% | 0.44% | - |
| XYZ | 9.83 | 5.38 | 14.16 | - |
| YUV | 62.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 106 | 0 | 0.75 | 0.06 | 0.56 | 304.94 | 0.6 | 0.28 |
| Hex | 71 | 1C | 6A | 0 | 4B | 6 | 38 | 131 | 3C | 1C |
| Octal | 161 | 34 | 152 | 0 | 113 | 6 | 70 | 461 | 74 | 34 |
| Binary | 1110001 | 11100 | 1101010 | 0 | 1001011 | 110 | 111000 | 100110001 | 111100 | 11100 |
Color Harmonies of #711C6A
Complementary color
Monochromatic Colors of #711C6A
Black with #711C6A
Text Example
Text Example
White with #711C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C6A; }
p { color: rgb(113,28,106); }
H1.HeaderClassName
{
color: #711C6A;
}
.AnyTagClassName
{
color: #711C6A;
}
</style>
background-color css
<style>
a { background-color: #711C6A; }
a { background-color: rgb(113,28,106); }
div.DivClassName
{
background-color: #711C6A;
}
.BgClassName
{
background-color: #711C6A;
}
</style>
border-color css
<style>
span { border-color: #711C6A; }
span { border-color: rgb(113,28,106); }
td.TdClassName
{
border-color: #711C6A;
}
.TagClassName
{
border-color: #711C6A;
}
</style>