Shades of Palatinate Purple #700C5A
Tints of Palatinate Purple #700C5A
RGB
CMYK
RGB Variations
Color information
#700C5A (or 0x700C5A) is known color: Palatinate Purple. HEX triplet: 70, 0C and 5A. RGB value is (112,12,90). Sum of RGB (Red+Green+Blue) = 112+12+90=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #700C5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C5A is #8FF3A5. Grayscale: #323232. Windows color (decimal): -9434022 or 5901424. OLE color: 5901424.
HSL color Cylindrical-coordinate representation of color #700C5A: hue angle of 313.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C5A is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 90 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.56 |
| HSL | 313.2º | 0.81% | 0.24% | - |
| HSV(B) | 313.2º | 0.89% | 0.44% | - |
| XYZ | 8.66 | 4.45 | 10.07 | - |
| YUV | 50.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 90 | 0 | 0.89 | 0.20 | 0.56 | 313.2 | 0.81 | 0.24 |
| Hex | 70 | C | 5A | 0 | 59 | 14 | 38 | 139 | 51 | 18 |
| Octal | 160 | 14 | 132 | 0 | 131 | 24 | 70 | 471 | 121 | 30 |
| Binary | 1110000 | 1100 | 1011010 | 0 | 1011001 | 10100 | 111000 | 100111001 | 1010001 | 11000 |
Color Harmonies of #700C5A
Complementary color
Monochromatic Colors of #700C5A
Black with #700C5A
Text Example
Text Example
White with #700C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C5A; }
p { color: rgb(112,12,90); }
H1.HeaderClassName
{
color: #700C5A;
}
.AnyTagClassName
{
color: #700C5A;
}
</style>
background-color css
<style>
a { background-color: #700C5A; }
a { background-color: rgb(112,12,90); }
div.DivClassName
{
background-color: #700C5A;
}
.BgClassName
{
background-color: #700C5A;
}
</style>
border-color css
<style>
span { border-color: #700C5A; }
span { border-color: rgb(112,12,90); }
td.TdClassName
{
border-color: #700C5A;
}
.TagClassName
{
border-color: #700C5A;
}
</style>