Shades of Palatinate Purple #700D69
Tints of Palatinate Purple #700D69
RGB
CMYK
RGB Variations
Color information
#700D69 (or 0x700D69) is known color: Palatinate Purple. HEX triplet: 70, 0D and 69. RGB value is (112,13,105). Sum of RGB (Red+Green+Blue) = 112+13+105=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #700D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D69 is #8FF296. Grayscale: #343434. Windows color (decimal): -9433751 or 6884720. OLE color: 6884720.
HSL color Cylindrical-coordinate representation of color #700D69: hue angle of 304.24º 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 #700D69 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 105 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.56 |
| HSL | 304.24º | 0.79% | 0.25% | - |
| HSV(B) | 304.24º | 0.88% | 0.44% | - |
| XYZ | 9.38 | 4.75 | 13.79 | - |
| YUV | 53.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 105 | 0 | 0.88 | 0.06 | 0.56 | 304.24 | 0.79 | 0.25 |
| Hex | 70 | D | 69 | 0 | 58 | 6 | 38 | 130 | 4F | 19 |
| Octal | 160 | 15 | 151 | 0 | 130 | 6 | 70 | 460 | 117 | 31 |
| Binary | 1110000 | 1101 | 1101001 | 0 | 1011000 | 110 | 111000 | 100110000 | 1001111 | 11001 |
Color Harmonies of #700D69
Complementary color
Monochromatic Colors of #700D69
Black with #700D69
Text Example
Text Example
White with #700D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D69; }
p { color: rgb(112,13,105); }
H1.HeaderClassName
{
color: #700D69;
}
.AnyTagClassName
{
color: #700D69;
}
</style>
background-color css
<style>
a { background-color: #700D69; }
a { background-color: rgb(112,13,105); }
div.DivClassName
{
background-color: #700D69;
}
.BgClassName
{
background-color: #700D69;
}
</style>
border-color css
<style>
span { border-color: #700D69; }
span { border-color: rgb(112,13,105); }
td.TdClassName
{
border-color: #700D69;
}
.TagClassName
{
border-color: #700D69;
}
</style>