Shades of Palatinate Purple #70315C
Tints of Palatinate Purple #70315C
RGB
CMYK
RGB Variations
Color information
#70315C (or 0x70315C) is known color: Palatinate Purple. HEX triplet: 70, 31 and 5C. RGB value is (112,49,92). Sum of RGB (Red+Green+Blue) = 112+49+92=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70315C is #8FCEA3. Grayscale: #484848. Windows color (decimal): -9424548 or 6041968. OLE color: 6041968.
HSL color Cylindrical-coordinate representation of color #70315C: hue angle of 319.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70315C is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 92 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.56 |
| HSL | 319.05º | 0.39% | 0.32% | - |
| HSV(B) | 319.05º | 0.56% | 0.44% | - |
| XYZ | 9.71 | 6.41 | 10.85 | - |
| YUV | 72.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 92 | 0 | 0.56 | 0.18 | 0.56 | 319.05 | 0.39 | 0.32 |
| Hex | 70 | 31 | 5C | 0 | 38 | 12 | 38 | 13F | 27 | 20 |
| Octal | 160 | 61 | 134 | 0 | 70 | 22 | 70 | 477 | 47 | 40 |
| Binary | 1110000 | 110001 | 1011100 | 0 | 111000 | 10010 | 111000 | 100111111 | 100111 | 100000 |
Color Harmonies of #70315C
Complementary color
Monochromatic Colors of #70315C
Black with #70315C
Text Example
Text Example
White with #70315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70315C; }
p { color: rgb(112,49,92); }
H1.HeaderClassName
{
color: #70315C;
}
.AnyTagClassName
{
color: #70315C;
}
</style>
background-color css
<style>
a { background-color: #70315C; }
a { background-color: rgb(112,49,92); }
div.DivClassName
{
background-color: #70315C;
}
.BgClassName
{
background-color: #70315C;
}
</style>
border-color css
<style>
span { border-color: #70315C; }
span { border-color: rgb(112,49,92); }
td.TdClassName
{
border-color: #70315C;
}
.TagClassName
{
border-color: #70315C;
}
</style>