Shades of Palatinate Purple #71246B
Tints of Palatinate Purple #71246B
RGB
CMYK
RGB Variations
Color information
#71246B (or 0x71246B) is known color: Palatinate Purple. HEX triplet: 71, 24 and 6B. RGB value is (113,36,107). Sum of RGB (Red+Green+Blue) = 113+36+107=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71246B is #8EDB94. Grayscale: #424242. Windows color (decimal): -9362325 or 7021681. OLE color: 7021681.
HSL color Cylindrical-coordinate representation of color #71246B: hue angle of 304.68º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71246B is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 107 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.56 |
| HSL | 304.68º | 0.52% | 0.29% | - |
| HSV(B) | 304.68º | 0.68% | 0.44% | - |
| XYZ | 10.09 | 5.83 | 14.5 | - |
| YUV | 67.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 107 | 0 | 0.68 | 0.05 | 0.56 | 304.68 | 0.52 | 0.29 |
| Hex | 71 | 24 | 6B | 0 | 44 | 5 | 38 | 131 | 34 | 1D |
| Octal | 161 | 44 | 153 | 0 | 104 | 5 | 70 | 461 | 64 | 35 |
| Binary | 1110001 | 100100 | 1101011 | 0 | 1000100 | 101 | 111000 | 100110001 | 110100 | 11101 |
Color Harmonies of #71246B
Complementary color
Monochromatic Colors of #71246B
Black with #71246B
Text Example
Text Example
White with #71246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71246B; }
p { color: rgb(113,36,107); }
H1.HeaderClassName
{
color: #71246B;
}
.AnyTagClassName
{
color: #71246B;
}
</style>
background-color css
<style>
a { background-color: #71246B; }
a { background-color: rgb(113,36,107); }
div.DivClassName
{
background-color: #71246B;
}
.BgClassName
{
background-color: #71246B;
}
</style>
border-color css
<style>
span { border-color: #71246B; }
span { border-color: rgb(113,36,107); }
td.TdClassName
{
border-color: #71246B;
}
.TagClassName
{
border-color: #71246B;
}
</style>