Shades of Palatinate Purple #70266A
Tints of Palatinate Purple #70266A
RGB
CMYK
RGB Variations
Color information
#70266A (or 0x70266A) is known color: Palatinate Purple. HEX triplet: 70, 26 and 6A. RGB value is (112,38,106). Sum of RGB (Red+Green+Blue) = 112+38+106=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70266A is #8FD995. Grayscale: #434343. Windows color (decimal): -9427350 or 6956656. OLE color: 6956656.
HSL color Cylindrical-coordinate representation of color #70266A: hue angle of 304.86º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70266A is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 106 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.56 |
| HSL | 304.86º | 0.49% | 0.29% | - |
| HSV(B) | 304.86º | 0.66% | 0.44% | - |
| XYZ | 9.98 | 5.87 | 14.24 | - |
| YUV | 67.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 106 | 0 | 0.66 | 0.05 | 0.56 | 304.86 | 0.49 | 0.29 |
| Hex | 70 | 26 | 6A | 0 | 42 | 5 | 38 | 131 | 31 | 1D |
| Octal | 160 | 46 | 152 | 0 | 102 | 5 | 70 | 461 | 61 | 35 |
| Binary | 1110000 | 100110 | 1101010 | 0 | 1000010 | 101 | 111000 | 100110001 | 110001 | 11101 |
Color Harmonies of #70266A
Complementary color
Monochromatic Colors of #70266A
Black with #70266A
Text Example
Text Example
White with #70266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70266A; }
p { color: rgb(112,38,106); }
H1.HeaderClassName
{
color: #70266A;
}
.AnyTagClassName
{
color: #70266A;
}
</style>
background-color css
<style>
a { background-color: #70266A; }
a { background-color: rgb(112,38,106); }
div.DivClassName
{
background-color: #70266A;
}
.BgClassName
{
background-color: #70266A;
}
</style>
border-color css
<style>
span { border-color: #70266A; }
span { border-color: rgb(112,38,106); }
td.TdClassName
{
border-color: #70266A;
}
.TagClassName
{
border-color: #70266A;
}
</style>