Shades of Palatinate Purple #70255C
Tints of Palatinate Purple #70255C
RGB
CMYK
RGB Variations
Color information
#70255C (or 0x70255C) is known color: Palatinate Purple. HEX triplet: 70, 25 and 5C. RGB value is (112,37,92). Sum of RGB (Red+Green+Blue) = 112+37+92=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70255C is #8FDAA3. Grayscale: #414141. Windows color (decimal): -9427620 or 6038896. OLE color: 6038896.
HSL color Cylindrical-coordinate representation of color #70255C: hue angle of 316º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70255C is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 92 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.56 |
| HSL | 316º | 0.5% | 0.29% | - |
| HSV(B) | 316º | 0.67% | 0.44% | - |
| XYZ | 9.28 | 5.54 | 10.71 | - |
| YUV | 65.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 92 | 0 | 0.67 | 0.18 | 0.56 | 316 | 0.5 | 0.29 |
| Hex | 70 | 25 | 5C | 0 | 43 | 12 | 38 | 13C | 32 | 1D |
| Octal | 160 | 45 | 134 | 0 | 103 | 22 | 70 | 474 | 62 | 35 |
| Binary | 1110000 | 100101 | 1011100 | 0 | 1000011 | 10010 | 111000 | 100111100 | 110010 | 11101 |
Color Harmonies of #70255C
Complementary color
Monochromatic Colors of #70255C
Black with #70255C
Text Example
Text Example
White with #70255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70255C; }
p { color: rgb(112,37,92); }
H1.HeaderClassName
{
color: #70255C;
}
.AnyTagClassName
{
color: #70255C;
}
</style>
background-color css
<style>
a { background-color: #70255C; }
a { background-color: rgb(112,37,92); }
div.DivClassName
{
background-color: #70255C;
}
.BgClassName
{
background-color: #70255C;
}
</style>
border-color css
<style>
span { border-color: #70255C; }
span { border-color: rgb(112,37,92); }
td.TdClassName
{
border-color: #70255C;
}
.TagClassName
{
border-color: #70255C;
}
</style>