Shades of Palatinate Purple #70015D
Tints of Palatinate Purple #70015D
RGB
CMYK
RGB Variations
Color information
#70015D (or 0x70015D) is known color: Palatinate Purple. HEX triplet: 70, 01 and 5D. RGB value is (112,1,93). Sum of RGB (Red+Green+Blue) = 112+1+93=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70015D is #8FFEA2. Grayscale: #2C2C2C. Windows color (decimal): -9436835 or 6095216. OLE color: 6095216.
HSL color Cylindrical-coordinate representation of color #70015D: hue angle of 310.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70015D is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.56 |
| HSL | 310.27º | 0.98% | 0.22% | - |
| HSV(B) | 310.27º | 0.99% | 0.44% | - |
| XYZ | 8.67 | 4.26 | 10.72 | - |
| YUV | 44.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 93 | 0 | 0.99 | 0.17 | 0.56 | 310.27 | 0.98 | 0.22 |
| Hex | 70 | 1 | 5D | 0 | 63 | 11 | 38 | 136 | 62 | 16 |
| Octal | 160 | 1 | 135 | 0 | 143 | 21 | 70 | 466 | 142 | 26 |
| Binary | 1110000 | 1 | 1011101 | 0 | 1100011 | 10001 | 111000 | 100110110 | 1100010 | 10110 |
Color Harmonies of #70015D
Complementary color
Monochromatic Colors of #70015D
Black with #70015D
Text Example
Text Example
White with #70015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70015D; }
p { color: rgb(112,1,93); }
H1.HeaderClassName
{
color: #70015D;
}
.AnyTagClassName
{
color: #70015D;
}
</style>
background-color css
<style>
a { background-color: #70015D; }
a { background-color: rgb(112,1,93); }
div.DivClassName
{
background-color: #70015D;
}
.BgClassName
{
background-color: #70015D;
}
</style>
border-color css
<style>
span { border-color: #70015D; }
span { border-color: rgb(112,1,93); }
td.TdClassName
{
border-color: #70015D;
}
.TagClassName
{
border-color: #70015D;
}
</style>