Shades of Palatinate Purple #700B63
Tints of Palatinate Purple #700B63
RGB
CMYK
RGB Variations
Color information
#700B63 (or 0x700B63) is known color: Palatinate Purple. HEX triplet: 70, 0B and 63. RGB value is (112,11,99). Sum of RGB (Red+Green+Blue) = 112+11+99=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #700B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B63 is #8FF49C. Grayscale: #323232. Windows color (decimal): -9434269 or 6490992. OLE color: 6490992.
HSL color Cylindrical-coordinate representation of color #700B63: hue angle of 307.72º 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 #700B63 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 99 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.56 |
| HSL | 307.72º | 0.82% | 0.24% | - |
| HSV(B) | 307.72º | 0.9% | 0.44% | - |
| XYZ | 9.05 | 4.58 | 12.21 | - |
| YUV | 51.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 99 | 0 | 0.90 | 0.12 | 0.56 | 307.72 | 0.82 | 0.24 |
| Hex | 70 | B | 63 | 0 | 5A | C | 38 | 134 | 52 | 18 |
| Octal | 160 | 13 | 143 | 0 | 132 | 14 | 70 | 464 | 122 | 30 |
| Binary | 1110000 | 1011 | 1100011 | 0 | 1011010 | 1100 | 111000 | 100110100 | 1010010 | 11000 |
Color Harmonies of #700B63
Complementary color
Monochromatic Colors of #700B63
Black with #700B63
Text Example
Text Example
White with #700B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B63; }
p { color: rgb(112,11,99); }
H1.HeaderClassName
{
color: #700B63;
}
.AnyTagClassName
{
color: #700B63;
}
</style>
background-color css
<style>
a { background-color: #700B63; }
a { background-color: rgb(112,11,99); }
div.DivClassName
{
background-color: #700B63;
}
.BgClassName
{
background-color: #700B63;
}
</style>
border-color css
<style>
span { border-color: #700B63; }
span { border-color: rgb(112,11,99); }
td.TdClassName
{
border-color: #700B63;
}
.TagClassName
{
border-color: #700B63;
}
</style>