Shades of Palatinate Purple #70266C
Tints of Palatinate Purple #70266C
RGB
CMYK
RGB Variations
Color information
#70266C (or 0x70266C) is known color: Palatinate Purple. HEX triplet: 70, 26 and 6C. RGB value is (112,38,108). Sum of RGB (Red+Green+Blue) = 112+38+108=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70266C is #8FD993. Grayscale: #434343. Windows color (decimal): -9427348 or 7087728. OLE color: 7087728.
HSL color Cylindrical-coordinate representation of color #70266C: hue angle of 303.24º 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 #70266C is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 108 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.56 |
| HSL | 303.24º | 0.49% | 0.29% | - |
| HSV(B) | 303.24º | 0.66% | 0.44% | - |
| XYZ | 10.08 | 5.91 | 14.8 | - |
| YUV | 68.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 108 | 0 | 0.66 | 0.04 | 0.56 | 303.24 | 0.49 | 0.29 |
| Hex | 70 | 26 | 6C | 0 | 42 | 4 | 38 | 12F | 31 | 1D |
| Octal | 160 | 46 | 154 | 0 | 102 | 4 | 70 | 457 | 61 | 35 |
| Binary | 1110000 | 100110 | 1101100 | 0 | 1000010 | 100 | 111000 | 100101111 | 110001 | 11101 |
Color Harmonies of #70266C
Complementary color
Monochromatic Colors of #70266C
Black with #70266C
Text Example
Text Example
White with #70266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70266C; }
p { color: rgb(112,38,108); }
H1.HeaderClassName
{
color: #70266C;
}
.AnyTagClassName
{
color: #70266C;
}
</style>
background-color css
<style>
a { background-color: #70266C; }
a { background-color: rgb(112,38,108); }
div.DivClassName
{
background-color: #70266C;
}
.BgClassName
{
background-color: #70266C;
}
</style>
border-color css
<style>
span { border-color: #70266C; }
span { border-color: rgb(112,38,108); }
td.TdClassName
{
border-color: #70266C;
}
.TagClassName
{
border-color: #70266C;
}
</style>