Shades of Palatinate Purple #701665
Tints of Palatinate Purple #701665
RGB
CMYK
RGB Variations
Color information
#701665 (or 0x701665) is known color: Palatinate Purple. HEX triplet: 70, 16 and 65. RGB value is (112,22,101). Sum of RGB (Red+Green+Blue) = 112+22+101=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #701665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701665 is #8FE99A. Grayscale: #393939. Windows color (decimal): -9431451 or 6624880. OLE color: 6624880.
HSL color Cylindrical-coordinate representation of color #701665: hue angle of 307.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701665 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 101 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.56 |
| HSL | 307.33º | 0.67% | 0.26% | - |
| HSV(B) | 307.33º | 0.8% | 0.44% | - |
| XYZ | 9.32 | 4.96 | 12.78 | - |
| YUV | 57.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 101 | 0 | 0.80 | 0.10 | 0.56 | 307.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 65 | 0 | 50 | A | 38 | 133 | 43 | 1A |
| Octal | 160 | 26 | 145 | 0 | 120 | 12 | 70 | 463 | 103 | 32 |
| Binary | 1110000 | 10110 | 1100101 | 0 | 1010000 | 1010 | 111000 | 100110011 | 1000011 | 11010 |
Color Harmonies of #701665
Complementary color
Monochromatic Colors of #701665
Black with #701665
Text Example
Text Example
White with #701665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701665; }
p { color: rgb(112,22,101); }
H1.HeaderClassName
{
color: #701665;
}
.AnyTagClassName
{
color: #701665;
}
</style>
background-color css
<style>
a { background-color: #701665; }
a { background-color: rgb(112,22,101); }
div.DivClassName
{
background-color: #701665;
}
.BgClassName
{
background-color: #701665;
}
</style>
border-color css
<style>
span { border-color: #701665; }
span { border-color: rgb(112,22,101); }
td.TdClassName
{
border-color: #701665;
}
.TagClassName
{
border-color: #701665;
}
</style>