Shades of Palatinate Purple #711769
Tints of Palatinate Purple #711769
RGB
CMYK
RGB Variations
Color information
#711769 (or 0x711769) is known color: Palatinate Purple. HEX triplet: 71, 17 and 69. RGB value is (113,23,105). Sum of RGB (Red+Green+Blue) = 113+23+105=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #711769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711769 is #8EE896. Grayscale: #3B3B3B. Windows color (decimal): -9365655 or 6887281. OLE color: 6887281.
HSL color Cylindrical-coordinate representation of color #711769: hue angle of 305.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711769 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 23 | 105 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.56 |
| HSL | 305.33º | 0.66% | 0.27% | - |
| HSV(B) | 305.33º | 0.8% | 0.44% | - |
| XYZ | 9.67 | 5.14 | 13.85 | - |
| YUV | 59.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 105 | 0 | 0.80 | 0.07 | 0.56 | 305.33 | 0.66 | 0.27 |
| Hex | 71 | 17 | 69 | 0 | 50 | 7 | 38 | 131 | 42 | 1B |
| Octal | 161 | 27 | 151 | 0 | 120 | 7 | 70 | 461 | 102 | 33 |
| Binary | 1110001 | 10111 | 1101001 | 0 | 1010000 | 111 | 111000 | 100110001 | 1000010 | 11011 |
Color Harmonies of #711769
Complementary color
Monochromatic Colors of #711769
Black with #711769
Text Example
Text Example
White with #711769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711769; }
p { color: rgb(113,23,105); }
H1.HeaderClassName
{
color: #711769;
}
.AnyTagClassName
{
color: #711769;
}
</style>
background-color css
<style>
a { background-color: #711769; }
a { background-color: rgb(113,23,105); }
div.DivClassName
{
background-color: #711769;
}
.BgClassName
{
background-color: #711769;
}
</style>
border-color css
<style>
span { border-color: #711769; }
span { border-color: rgb(113,23,105); }
td.TdClassName
{
border-color: #711769;
}
.TagClassName
{
border-color: #711769;
}
</style>