Shades of Palatinate Purple #700B5C
Tints of Palatinate Purple #700B5C
RGB
CMYK
RGB Variations
Color information
#700B5C (or 0x700B5C) is known color: Palatinate Purple. HEX triplet: 70, 0B and 5C. RGB value is (112,11,92). Sum of RGB (Red+Green+Blue) = 112+11+92=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #700B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B5C is #8FF4A3. Grayscale: #323232. Windows color (decimal): -9434276 or 6032240. OLE color: 6032240.
HSL color Cylindrical-coordinate representation of color #700B5C: hue angle of 311.88º 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 #700B5C is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 92 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.56 |
| HSL | 311.88º | 0.82% | 0.24% | - |
| HSV(B) | 311.88º | 0.9% | 0.44% | - |
| XYZ | 8.73 | 4.46 | 10.53 | - |
| YUV | 50.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 92 | 0 | 0.90 | 0.18 | 0.56 | 311.88 | 0.82 | 0.24 |
| Hex | 70 | B | 5C | 0 | 5A | 12 | 38 | 138 | 52 | 18 |
| Octal | 160 | 13 | 134 | 0 | 132 | 22 | 70 | 470 | 122 | 30 |
| Binary | 1110000 | 1011 | 1011100 | 0 | 1011010 | 10010 | 111000 | 100111000 | 1010010 | 11000 |
Color Harmonies of #700B5C
Complementary color
Monochromatic Colors of #700B5C
Black with #700B5C
Text Example
Text Example
White with #700B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B5C; }
p { color: rgb(112,11,92); }
H1.HeaderClassName
{
color: #700B5C;
}
.AnyTagClassName
{
color: #700B5C;
}
</style>
background-color css
<style>
a { background-color: #700B5C; }
a { background-color: rgb(112,11,92); }
div.DivClassName
{
background-color: #700B5C;
}
.BgClassName
{
background-color: #700B5C;
}
</style>
border-color css
<style>
span { border-color: #700B5C; }
span { border-color: rgb(112,11,92); }
td.TdClassName
{
border-color: #700B5C;
}
.TagClassName
{
border-color: #700B5C;
}
</style>