Shades of Palatinate Purple #702E5C
Tints of Palatinate Purple #702E5C
RGB
CMYK
RGB Variations
Color information
#702E5C (or 0x702E5C) is known color: Palatinate Purple. HEX triplet: 70, 2E and 5C. RGB value is (112,46,92). Sum of RGB (Red+Green+Blue) = 112+46+92=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #702E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E5C is #8FD1A3. Grayscale: #464646. Windows color (decimal): -9425316 or 6041200. OLE color: 6041200.
HSL color Cylindrical-coordinate representation of color #702E5C: hue angle of 318.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E5C is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 92 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.56 |
| HSL | 318.18º | 0.42% | 0.31% | - |
| HSV(B) | 318.18º | 0.59% | 0.44% | - |
| XYZ | 9.59 | 6.17 | 10.81 | - |
| YUV | 70.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 92 | 0 | 0.59 | 0.18 | 0.56 | 318.18 | 0.42 | 0.31 |
| Hex | 70 | 2E | 5C | 0 | 3B | 12 | 38 | 13E | 2A | 1F |
| Octal | 160 | 56 | 134 | 0 | 73 | 22 | 70 | 476 | 52 | 37 |
| Binary | 1110000 | 101110 | 1011100 | 0 | 111011 | 10010 | 111000 | 100111110 | 101010 | 11111 |
Color Harmonies of #702E5C
Complementary color
Monochromatic Colors of #702E5C
Black with #702E5C
Text Example
Text Example
White with #702E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E5C; }
p { color: rgb(112,46,92); }
H1.HeaderClassName
{
color: #702E5C;
}
.AnyTagClassName
{
color: #702E5C;
}
</style>
background-color css
<style>
a { background-color: #702E5C; }
a { background-color: rgb(112,46,92); }
div.DivClassName
{
background-color: #702E5C;
}
.BgClassName
{
background-color: #702E5C;
}
</style>
border-color css
<style>
span { border-color: #702E5C; }
span { border-color: rgb(112,46,92); }
td.TdClassName
{
border-color: #702E5C;
}
.TagClassName
{
border-color: #702E5C;
}
</style>