Shades of Palatinate Purple #71326A
Tints of Palatinate Purple #71326A
RGB
CMYK
RGB Variations
Color information
#71326A (or 0x71326A) is known color: Palatinate Purple. HEX triplet: 71, 32 and 6A. RGB value is (113,50,106). Sum of RGB (Red+Green+Blue) = 113+50+106=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71326A is #8ECD95. Grayscale: #4B4B4B. Windows color (decimal): -9358742 or 6959729. OLE color: 6959729.
HSL color Cylindrical-coordinate representation of color #71326A: hue angle of 306.67º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71326A is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 106 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.56 |
| HSL | 306.67º | 0.39% | 0.32% | - |
| HSV(B) | 306.67º | 0.56% | 0.44% | - |
| XYZ | 10.55 | 6.83 | 14.4 | - |
| YUV | 75.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 106 | 0 | 0.56 | 0.06 | 0.56 | 306.67 | 0.39 | 0.32 |
| Hex | 71 | 32 | 6A | 0 | 38 | 6 | 38 | 133 | 27 | 20 |
| Octal | 161 | 62 | 152 | 0 | 70 | 6 | 70 | 463 | 47 | 40 |
| Binary | 1110001 | 110010 | 1101010 | 0 | 111000 | 110 | 111000 | 100110011 | 100111 | 100000 |
Color Harmonies of #71326A
Complementary color
Monochromatic Colors of #71326A
Black with #71326A
Text Example
Text Example
White with #71326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71326A; }
p { color: rgb(113,50,106); }
H1.HeaderClassName
{
color: #71326A;
}
.AnyTagClassName
{
color: #71326A;
}
</style>
background-color css
<style>
a { background-color: #71326A; }
a { background-color: rgb(113,50,106); }
div.DivClassName
{
background-color: #71326A;
}
.BgClassName
{
background-color: #71326A;
}
</style>
border-color css
<style>
span { border-color: #71326A; }
span { border-color: rgb(113,50,106); }
td.TdClassName
{
border-color: #71326A;
}
.TagClassName
{
border-color: #71326A;
}
</style>