Shades of Palatinate Purple #70256B
Tints of Palatinate Purple #70256B
RGB
CMYK
RGB Variations
Color information
#70256B (or 0x70256B) is known color: Palatinate Purple. HEX triplet: 70, 25 and 6B. RGB value is (112,37,107). Sum of RGB (Red+Green+Blue) = 112+37+107=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70256B is #8FDA94. Grayscale: #434343. Windows color (decimal): -9427605 or 7021936. OLE color: 7021936.
HSL color Cylindrical-coordinate representation of color #70256B: hue angle of 304º 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 #70256B is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 107 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.56 |
| HSL | 304º | 0.5% | 0.29% | - |
| HSV(B) | 304º | 0.67% | 0.44% | - |
| XYZ | 10 | 5.83 | 14.51 | - |
| YUV | 67.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 107 | 0 | 0.67 | 0.04 | 0.56 | 304 | 0.5 | 0.29 |
| Hex | 70 | 25 | 6B | 0 | 43 | 4 | 38 | 130 | 32 | 1D |
| Octal | 160 | 45 | 153 | 0 | 103 | 4 | 70 | 460 | 62 | 35 |
| Binary | 1110000 | 100101 | 1101011 | 0 | 1000011 | 100 | 111000 | 100110000 | 110010 | 11101 |
Color Harmonies of #70256B
Complementary color
Monochromatic Colors of #70256B
Black with #70256B
Text Example
Text Example
White with #70256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70256B; }
p { color: rgb(112,37,107); }
H1.HeaderClassName
{
color: #70256B;
}
.AnyTagClassName
{
color: #70256B;
}
</style>
background-color css
<style>
a { background-color: #70256B; }
a { background-color: rgb(112,37,107); }
div.DivClassName
{
background-color: #70256B;
}
.BgClassName
{
background-color: #70256B;
}
</style>
border-color css
<style>
span { border-color: #70256B; }
span { border-color: rgb(112,37,107); }
td.TdClassName
{
border-color: #70256B;
}
.TagClassName
{
border-color: #70256B;
}
</style>