Shades of Palatinate Purple #70265D
Tints of Palatinate Purple #70265D
RGB
CMYK
RGB Variations
Color information
#70265D (or 0x70265D) is known color: Palatinate Purple. HEX triplet: 70, 26 and 5D. RGB value is (112,38,93). Sum of RGB (Red+Green+Blue) = 112+38+93=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70265D is #8FD9A2. Grayscale: #424242. Windows color (decimal): -9427363 or 6104688. OLE color: 6104688.
HSL color Cylindrical-coordinate representation of color #70265D: hue angle of 315.41º 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 #70265D is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 93 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.56 |
| HSL | 315.41º | 0.49% | 0.29% | - |
| HSV(B) | 315.41º | 0.66% | 0.44% | - |
| XYZ | 9.35 | 5.62 | 10.95 | - |
| YUV | 66.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 93 | 0 | 0.66 | 0.17 | 0.56 | 315.41 | 0.49 | 0.29 |
| Hex | 70 | 26 | 5D | 0 | 42 | 11 | 38 | 13B | 31 | 1D |
| Octal | 160 | 46 | 135 | 0 | 102 | 21 | 70 | 473 | 61 | 35 |
| Binary | 1110000 | 100110 | 1011101 | 0 | 1000010 | 10001 | 111000 | 100111011 | 110001 | 11101 |
Color Harmonies of #70265D
Complementary color
Monochromatic Colors of #70265D
Black with #70265D
Text Example
Text Example
White with #70265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70265D; }
p { color: rgb(112,38,93); }
H1.HeaderClassName
{
color: #70265D;
}
.AnyTagClassName
{
color: #70265D;
}
</style>
background-color css
<style>
a { background-color: #70265D; }
a { background-color: rgb(112,38,93); }
div.DivClassName
{
background-color: #70265D;
}
.BgClassName
{
background-color: #70265D;
}
</style>
border-color css
<style>
span { border-color: #70265D; }
span { border-color: rgb(112,38,93); }
td.TdClassName
{
border-color: #70265D;
}
.TagClassName
{
border-color: #70265D;
}
</style>