Shades of Palatinate Purple #700D68
Tints of Palatinate Purple #700D68
RGB
CMYK
RGB Variations
Color information
#700D68 (or 0x700D68) is known color: Palatinate Purple. HEX triplet: 70, 0D and 68. RGB value is (112,13,104). Sum of RGB (Red+Green+Blue) = 112+13+104=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #700D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D68 is #8FF297. Grayscale: #343434. Windows color (decimal): -9433752 or 6819184. OLE color: 6819184.
HSL color Cylindrical-coordinate representation of color #700D68: hue angle of 304.85º degrees, saturation: 0.79, 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 #700D68 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 104 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.56 |
| HSL | 304.85º | 0.79% | 0.25% | - |
| HSV(B) | 304.85º | 0.88% | 0.44% | - |
| XYZ | 9.32 | 4.73 | 13.52 | - |
| YUV | 52.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 104 | 0 | 0.88 | 0.07 | 0.56 | 304.85 | 0.79 | 0.25 |
| Hex | 70 | D | 68 | 0 | 58 | 7 | 38 | 131 | 4F | 19 |
| Octal | 160 | 15 | 150 | 0 | 130 | 7 | 70 | 461 | 117 | 31 |
| Binary | 1110000 | 1101 | 1101000 | 0 | 1011000 | 111 | 111000 | 100110001 | 1001111 | 11001 |
Color Harmonies of #700D68
Complementary color
Monochromatic Colors of #700D68
Black with #700D68
Text Example
Text Example
White with #700D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D68; }
p { color: rgb(112,13,104); }
H1.HeaderClassName
{
color: #700D68;
}
.AnyTagClassName
{
color: #700D68;
}
</style>
background-color css
<style>
a { background-color: #700D68; }
a { background-color: rgb(112,13,104); }
div.DivClassName
{
background-color: #700D68;
}
.BgClassName
{
background-color: #700D68;
}
</style>
border-color css
<style>
span { border-color: #700D68; }
span { border-color: rgb(112,13,104); }
td.TdClassName
{
border-color: #700D68;
}
.TagClassName
{
border-color: #700D68;
}
</style>