Shades of Palatinate Purple #700E6A
Tints of Palatinate Purple #700E6A
RGB
CMYK
RGB Variations
Color information
#700E6A (or 0x700E6A) is known color: Palatinate Purple. HEX triplet: 70, 0E and 6A. RGB value is (112,14,106). Sum of RGB (Red+Green+Blue) = 112+14+106=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #700E6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E6A is #8FF195. Grayscale: #353535. Windows color (decimal): -9433494 or 6950512. OLE color: 6950512.
HSL color Cylindrical-coordinate representation of color #700E6A: hue angle of 303.67º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E6A is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 106 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.56 |
| HSL | 303.67º | 0.78% | 0.25% | - |
| HSV(B) | 303.67º | 0.88% | 0.44% | - |
| XYZ | 9.44 | 4.8 | 14.06 | - |
| YUV | 53.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 106 | 0 | 0.88 | 0.05 | 0.56 | 303.67 | 0.78 | 0.25 |
| Hex | 70 | E | 6A | 0 | 58 | 5 | 38 | 130 | 4E | 19 |
| Octal | 160 | 16 | 152 | 0 | 130 | 5 | 70 | 460 | 116 | 31 |
| Binary | 1110000 | 1110 | 1101010 | 0 | 1011000 | 101 | 111000 | 100110000 | 1001110 | 11001 |
Color Harmonies of #700E6A
Complementary color
Monochromatic Colors of #700E6A
Black with #700E6A
Text Example
Text Example
White with #700E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E6A; }
p { color: rgb(112,14,106); }
H1.HeaderClassName
{
color: #700E6A;
}
.AnyTagClassName
{
color: #700E6A;
}
</style>
background-color css
<style>
a { background-color: #700E6A; }
a { background-color: rgb(112,14,106); }
div.DivClassName
{
background-color: #700E6A;
}
.BgClassName
{
background-color: #700E6A;
}
</style>
border-color css
<style>
span { border-color: #700E6A; }
span { border-color: rgb(112,14,106); }
td.TdClassName
{
border-color: #700E6A;
}
.TagClassName
{
border-color: #700E6A;
}
</style>