Shades of Palatinate Purple #70276C
Tints of Palatinate Purple #70276C
RGB
CMYK
RGB Variations
Color information
#70276C (or 0x70276C) is known color: Palatinate Purple. HEX triplet: 70, 27 and 6C. RGB value is (112,39,108). Sum of RGB (Red+Green+Blue) = 112+39+108=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70276C is #8FD893. Grayscale: #444444. Windows color (decimal): -9427092 or 7087984. OLE color: 7087984.
HSL color Cylindrical-coordinate representation of color #70276C: hue angle of 303.29º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70276C is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 108 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.56 |
| HSL | 303.29º | 0.48% | 0.3% | - |
| HSV(B) | 303.29º | 0.65% | 0.44% | - |
| XYZ | 10.11 | 5.98 | 14.81 | - |
| YUV | 68.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 108 | 0 | 0.65 | 0.04 | 0.56 | 303.29 | 0.48 | 0.3 |
| Hex | 70 | 27 | 6C | 0 | 41 | 4 | 38 | 12F | 30 | 1E |
| Octal | 160 | 47 | 154 | 0 | 101 | 4 | 70 | 457 | 60 | 36 |
| Binary | 1110000 | 100111 | 1101100 | 0 | 1000001 | 100 | 111000 | 100101111 | 110000 | 11110 |
Color Harmonies of #70276C
Complementary color
Monochromatic Colors of #70276C
Black with #70276C
Text Example
Text Example
White with #70276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70276C; }
p { color: rgb(112,39,108); }
H1.HeaderClassName
{
color: #70276C;
}
.AnyTagClassName
{
color: #70276C;
}
</style>
background-color css
<style>
a { background-color: #70276C; }
a { background-color: rgb(112,39,108); }
div.DivClassName
{
background-color: #70276C;
}
.BgClassName
{
background-color: #70276C;
}
</style>
border-color css
<style>
span { border-color: #70276C; }
span { border-color: rgb(112,39,108); }
td.TdClassName
{
border-color: #70276C;
}
.TagClassName
{
border-color: #70276C;
}
</style>