Shades of Palatinate Purple #70045B
Tints of Palatinate Purple #70045B
RGB
CMYK
RGB Variations
Color information
#70045B (or 0x70045B) is known color: Palatinate Purple. HEX triplet: 70, 04 and 5B. RGB value is (112,4,91). Sum of RGB (Red+Green+Blue) = 112+4+91=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70045B is #8FFBA4. Grayscale: #2D2D2D. Windows color (decimal): -9436069 or 5964912. OLE color: 5964912.
HSL color Cylindrical-coordinate representation of color #70045B: hue angle of 311.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70045B is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 91 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.56 |
| HSL | 311.67º | 0.93% | 0.23% | - |
| HSV(B) | 311.67º | 0.96% | 0.44% | - |
| XYZ | 8.61 | 4.29 | 10.27 | - |
| YUV | 46.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 91 | 0 | 0.96 | 0.19 | 0.56 | 311.67 | 0.93 | 0.23 |
| Hex | 70 | 4 | 5B | 0 | 60 | 13 | 38 | 138 | 5D | 17 |
| Octal | 160 | 4 | 133 | 0 | 140 | 23 | 70 | 470 | 135 | 27 |
| Binary | 1110000 | 100 | 1011011 | 0 | 1100000 | 10011 | 111000 | 100111000 | 1011101 | 10111 |
Color Harmonies of #70045B
Complementary color
Monochromatic Colors of #70045B
Black with #70045B
Text Example
Text Example
White with #70045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70045B; }
p { color: rgb(112,4,91); }
H1.HeaderClassName
{
color: #70045B;
}
.AnyTagClassName
{
color: #70045B;
}
</style>
background-color css
<style>
a { background-color: #70045B; }
a { background-color: rgb(112,4,91); }
div.DivClassName
{
background-color: #70045B;
}
.BgClassName
{
background-color: #70045B;
}
</style>
border-color css
<style>
span { border-color: #70045B; }
span { border-color: rgb(112,4,91); }
td.TdClassName
{
border-color: #70045B;
}
.TagClassName
{
border-color: #70045B;
}
</style>