Shades of Palatinate Purple #700D65
Tints of Palatinate Purple #700D65
RGB
CMYK
RGB Variations
Color information
#700D65 (or 0x700D65) is known color: Palatinate Purple. HEX triplet: 70, 0D and 65. RGB value is (112,13,101). Sum of RGB (Red+Green+Blue) = 112+13+101=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #700D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D65 is #8FF29A. Grayscale: #343434. Windows color (decimal): -9433755 or 6622576. OLE color: 6622576.
HSL color Cylindrical-coordinate representation of color #700D65: hue angle of 306.67º 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 #700D65 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 101 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.56 |
| HSL | 306.67º | 0.79% | 0.25% | - |
| HSV(B) | 306.67º | 0.88% | 0.44% | - |
| XYZ | 9.17 | 4.67 | 12.73 | - |
| YUV | 52.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 101 | 0 | 0.88 | 0.10 | 0.56 | 306.67 | 0.79 | 0.25 |
| Hex | 70 | D | 65 | 0 | 58 | A | 38 | 133 | 4F | 19 |
| Octal | 160 | 15 | 145 | 0 | 130 | 12 | 70 | 463 | 117 | 31 |
| Binary | 1110000 | 1101 | 1100101 | 0 | 1011000 | 1010 | 111000 | 100110011 | 1001111 | 11001 |
Color Harmonies of #700D65
Complementary color
Monochromatic Colors of #700D65
Black with #700D65
Text Example
Text Example
White with #700D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D65; }
p { color: rgb(112,13,101); }
H1.HeaderClassName
{
color: #700D65;
}
.AnyTagClassName
{
color: #700D65;
}
</style>
background-color css
<style>
a { background-color: #700D65; }
a { background-color: rgb(112,13,101); }
div.DivClassName
{
background-color: #700D65;
}
.BgClassName
{
background-color: #700D65;
}
</style>
border-color css
<style>
span { border-color: #700D65; }
span { border-color: rgb(112,13,101); }
td.TdClassName
{
border-color: #700D65;
}
.TagClassName
{
border-color: #700D65;
}
</style>