Shades of Palatinate Purple #70266B
Tints of Palatinate Purple #70266B
RGB
CMYK
RGB Variations
Color information
#70266B (or 0x70266B) is known color: Palatinate Purple. HEX triplet: 70, 26 and 6B. RGB value is (112,38,107). Sum of RGB (Red+Green+Blue) = 112+38+107=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70266B is #8FD994. Grayscale: #434343. Windows color (decimal): -9427349 or 7022192. OLE color: 7022192.
HSL color Cylindrical-coordinate representation of color #70266B: hue angle of 304.05º 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 #70266B is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 107 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.56 |
| HSL | 304.05º | 0.49% | 0.29% | - |
| HSV(B) | 304.05º | 0.66% | 0.44% | - |
| XYZ | 10.03 | 5.89 | 14.52 | - |
| YUV | 67.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 107 | 0 | 0.66 | 0.04 | 0.56 | 304.05 | 0.49 | 0.29 |
| Hex | 70 | 26 | 6B | 0 | 42 | 4 | 38 | 130 | 31 | 1D |
| Octal | 160 | 46 | 153 | 0 | 102 | 4 | 70 | 460 | 61 | 35 |
| Binary | 1110000 | 100110 | 1101011 | 0 | 1000010 | 100 | 111000 | 100110000 | 110001 | 11101 |
Color Harmonies of #70266B
Complementary color
Monochromatic Colors of #70266B
Black with #70266B
Text Example
Text Example
White with #70266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70266B; }
p { color: rgb(112,38,107); }
H1.HeaderClassName
{
color: #70266B;
}
.AnyTagClassName
{
color: #70266B;
}
</style>
background-color css
<style>
a { background-color: #70266B; }
a { background-color: rgb(112,38,107); }
div.DivClassName
{
background-color: #70266B;
}
.BgClassName
{
background-color: #70266B;
}
</style>
border-color css
<style>
span { border-color: #70266B; }
span { border-color: rgb(112,38,107); }
td.TdClassName
{
border-color: #70266B;
}
.TagClassName
{
border-color: #70266B;
}
</style>