Shades of Palatinate Purple #71266C
Tints of Palatinate Purple #71266C
RGB
CMYK
RGB Variations
Color information
#71266C (or 0x71266C) is known color: Palatinate Purple. HEX triplet: 71, 26 and 6C. RGB value is (113,38,108). Sum of RGB (Red+Green+Blue) = 113+38+108=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71266C is #8ED993. Grayscale: #444444. Windows color (decimal): -9361812 or 7087729. OLE color: 7087729.
HSL color Cylindrical-coordinate representation of color #71266C: hue angle of 304º 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 #71266C is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 108 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.56 |
| HSL | 304º | 0.5% | 0.3% | - |
| HSV(B) | 304º | 0.66% | 0.44% | - |
| XYZ | 10.21 | 5.98 | 14.8 | - |
| YUV | 68.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 108 | 0 | 0.66 | 0.04 | 0.56 | 304 | 0.5 | 0.3 |
| Hex | 71 | 26 | 6C | 0 | 42 | 4 | 38 | 130 | 32 | 1E |
| Octal | 161 | 46 | 154 | 0 | 102 | 4 | 70 | 460 | 62 | 36 |
| Binary | 1110001 | 100110 | 1101100 | 0 | 1000010 | 100 | 111000 | 100110000 | 110010 | 11110 |
Color Harmonies of #71266C
Complementary color
Monochromatic Colors of #71266C
Black with #71266C
Text Example
Text Example
White with #71266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71266C; }
p { color: rgb(113,38,108); }
H1.HeaderClassName
{
color: #71266C;
}
.AnyTagClassName
{
color: #71266C;
}
</style>
background-color css
<style>
a { background-color: #71266C; }
a { background-color: rgb(113,38,108); }
div.DivClassName
{
background-color: #71266C;
}
.BgClassName
{
background-color: #71266C;
}
</style>
border-color css
<style>
span { border-color: #71266C; }
span { border-color: rgb(113,38,108); }
td.TdClassName
{
border-color: #71266C;
}
.TagClassName
{
border-color: #71266C;
}
</style>