Shades of Palatinate Purple #700B65
Tints of Palatinate Purple #700B65
RGB
CMYK
RGB Variations
Color information
#700B65 (or 0x700B65) is known color: Palatinate Purple. HEX triplet: 70, 0B and 65. RGB value is (112,11,101). Sum of RGB (Red+Green+Blue) = 112+11+101=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #700B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B65 is #8FF49A. Grayscale: #333333. Windows color (decimal): -9434267 or 6622064. OLE color: 6622064.
HSL color Cylindrical-coordinate representation of color #700B65: hue angle of 306.53º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B65 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 101 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.56 |
| HSL | 306.53º | 0.82% | 0.24% | - |
| HSV(B) | 306.53º | 0.9% | 0.44% | - |
| XYZ | 9.15 | 4.62 | 12.72 | - |
| YUV | 51.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 101 | 0 | 0.90 | 0.10 | 0.56 | 306.53 | 0.82 | 0.24 |
| Hex | 70 | B | 65 | 0 | 5A | A | 38 | 133 | 52 | 18 |
| Octal | 160 | 13 | 145 | 0 | 132 | 12 | 70 | 463 | 122 | 30 |
| Binary | 1110000 | 1011 | 1100101 | 0 | 1011010 | 1010 | 111000 | 100110011 | 1010010 | 11000 |
Color Harmonies of #700B65
Complementary color
Monochromatic Colors of #700B65
Black with #700B65
Text Example
Text Example
White with #700B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B65; }
p { color: rgb(112,11,101); }
H1.HeaderClassName
{
color: #700B65;
}
.AnyTagClassName
{
color: #700B65;
}
</style>
background-color css
<style>
a { background-color: #700B65; }
a { background-color: rgb(112,11,101); }
div.DivClassName
{
background-color: #700B65;
}
.BgClassName
{
background-color: #700B65;
}
</style>
border-color css
<style>
span { border-color: #700B65; }
span { border-color: rgb(112,11,101); }
td.TdClassName
{
border-color: #700B65;
}
.TagClassName
{
border-color: #700B65;
}
</style>