Shades of Palatinate Purple #711C6B
Tints of Palatinate Purple #711C6B
RGB
CMYK
RGB Variations
Color information
#711C6B (or 0x711C6B) is known color: Palatinate Purple. HEX triplet: 71, 1C and 6B. RGB value is (113,28,107). Sum of RGB (Red+Green+Blue) = 113+28+107=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #711C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C6B is #8EE394. Grayscale: #3E3E3E. Windows color (decimal): -9364373 or 7019633. OLE color: 7019633.
HSL color Cylindrical-coordinate representation of color #711C6B: hue angle of 304.24º 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 #711C6B is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 107 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.56 |
| HSL | 304.24º | 0.6% | 0.28% | - |
| HSV(B) | 304.24º | 0.75% | 0.44% | - |
| XYZ | 9.88 | 5.4 | 14.43 | - |
| YUV | 62.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 107 | 0 | 0.75 | 0.05 | 0.56 | 304.24 | 0.6 | 0.28 |
| Hex | 71 | 1C | 6B | 0 | 4B | 5 | 38 | 130 | 3C | 1C |
| Octal | 161 | 34 | 153 | 0 | 113 | 5 | 70 | 460 | 74 | 34 |
| Binary | 1110001 | 11100 | 1101011 | 0 | 1001011 | 101 | 111000 | 100110000 | 111100 | 11100 |
Color Harmonies of #711C6B
Complementary color
Monochromatic Colors of #711C6B
Black with #711C6B
Text Example
Text Example
White with #711C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C6B; }
p { color: rgb(113,28,107); }
H1.HeaderClassName
{
color: #711C6B;
}
.AnyTagClassName
{
color: #711C6B;
}
</style>
background-color css
<style>
a { background-color: #711C6B; }
a { background-color: rgb(113,28,107); }
div.DivClassName
{
background-color: #711C6B;
}
.BgClassName
{
background-color: #711C6B;
}
</style>
border-color css
<style>
span { border-color: #711C6B; }
span { border-color: rgb(113,28,107); }
td.TdClassName
{
border-color: #711C6B;
}
.TagClassName
{
border-color: #711C6B;
}
</style>