Shades of Palatinate Purple #712663
Tints of Palatinate Purple #712663
RGB
CMYK
RGB Variations
Color information
#712663 (or 0x712663) is known color: Palatinate Purple. HEX triplet: 71, 26 and 63. RGB value is (113,38,99). Sum of RGB (Red+Green+Blue) = 113+38+99=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #712663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712663 is #8ED99C. Grayscale: #434343. Windows color (decimal): -9361821 or 6497905. OLE color: 6497905.
HSL color Cylindrical-coordinate representation of color #712663: hue angle of 311.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712663 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 99 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.56 |
| HSL | 311.2º | 0.5% | 0.3% | - |
| HSV(B) | 311.2º | 0.66% | 0.44% | - |
| XYZ | 9.76 | 5.8 | 12.41 | - |
| YUV | 67.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 99 | 0 | 0.66 | 0.12 | 0.56 | 311.2 | 0.5 | 0.3 |
| Hex | 71 | 26 | 63 | 0 | 42 | C | 38 | 137 | 32 | 1E |
| Octal | 161 | 46 | 143 | 0 | 102 | 14 | 70 | 467 | 62 | 36 |
| Binary | 1110001 | 100110 | 1100011 | 0 | 1000010 | 1100 | 111000 | 100110111 | 110010 | 11110 |
Color Harmonies of #712663
Complementary color
Monochromatic Colors of #712663
Black with #712663
Text Example
Text Example
White with #712663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712663; }
p { color: rgb(113,38,99); }
H1.HeaderClassName
{
color: #712663;
}
.AnyTagClassName
{
color: #712663;
}
</style>
background-color css
<style>
a { background-color: #712663; }
a { background-color: rgb(113,38,99); }
div.DivClassName
{
background-color: #712663;
}
.BgClassName
{
background-color: #712663;
}
</style>
border-color css
<style>
span { border-color: #712663; }
span { border-color: rgb(113,38,99); }
td.TdClassName
{
border-color: #712663;
}
.TagClassName
{
border-color: #712663;
}
</style>