Shades of Palatinate Purple #70276A
Tints of Palatinate Purple #70276A
RGB
CMYK
RGB Variations
Color information
#70276A (or 0x70276A) is known color: Palatinate Purple. HEX triplet: 70, 27 and 6A. RGB value is (112,39,106). Sum of RGB (Red+Green+Blue) = 112+39+106=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70276A is #8FD895. Grayscale: #444444. Windows color (decimal): -9427094 or 6956912. OLE color: 6956912.
HSL color Cylindrical-coordinate representation of color #70276A: hue angle of 304.93º 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 #70276A is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 106 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.56 |
| HSL | 304.93º | 0.48% | 0.3% | - |
| HSV(B) | 304.93º | 0.65% | 0.44% | - |
| XYZ | 10.01 | 5.94 | 14.25 | - |
| YUV | 68.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 106 | 0 | 0.65 | 0.05 | 0.56 | 304.93 | 0.48 | 0.3 |
| Hex | 70 | 27 | 6A | 0 | 41 | 5 | 38 | 131 | 30 | 1E |
| Octal | 160 | 47 | 152 | 0 | 101 | 5 | 70 | 461 | 60 | 36 |
| Binary | 1110000 | 100111 | 1101010 | 0 | 1000001 | 101 | 111000 | 100110001 | 110000 | 11110 |
Color Harmonies of #70276A
Complementary color
Monochromatic Colors of #70276A
Black with #70276A
Text Example
Text Example
White with #70276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70276A; }
p { color: rgb(112,39,106); }
H1.HeaderClassName
{
color: #70276A;
}
.AnyTagClassName
{
color: #70276A;
}
</style>
background-color css
<style>
a { background-color: #70276A; }
a { background-color: rgb(112,39,106); }
div.DivClassName
{
background-color: #70276A;
}
.BgClassName
{
background-color: #70276A;
}
</style>
border-color css
<style>
span { border-color: #70276A; }
span { border-color: rgb(112,39,106); }
td.TdClassName
{
border-color: #70276A;
}
.TagClassName
{
border-color: #70276A;
}
</style>