Shades of Palatinate Purple #702E5A
Tints of Palatinate Purple #702E5A
RGB
CMYK
RGB Variations
Color information
#702E5A (or 0x702E5A) is known color: Palatinate Purple. HEX triplet: 70, 2E and 5A. RGB value is (112,46,90). Sum of RGB (Red+Green+Blue) = 112+46+90=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E5A is #8FD1A5. Grayscale: #464646. Windows color (decimal): -9425318 or 5910128. OLE color: 5910128.
HSL color Cylindrical-coordinate representation of color #702E5A: hue angle of 320º 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 #702E5A is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 90 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.56 |
| HSL | 320º | 0.42% | 0.31% | - |
| HSV(B) | 320º | 0.59% | 0.44% | - |
| XYZ | 9.5 | 6.14 | 10.36 | - |
| YUV | 70.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 90 | 0 | 0.59 | 0.20 | 0.56 | 320 | 0.42 | 0.31 |
| Hex | 70 | 2E | 5A | 0 | 3B | 14 | 38 | 140 | 2A | 1F |
| Octal | 160 | 56 | 132 | 0 | 73 | 24 | 70 | 500 | 52 | 37 |
| Binary | 1110000 | 101110 | 1011010 | 0 | 111011 | 10100 | 111000 | 101000000 | 101010 | 11111 |
Color Harmonies of #702E5A
Complementary color
Monochromatic Colors of #702E5A
Black with #702E5A
Text Example
Text Example
White with #702E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E5A; }
p { color: rgb(112,46,90); }
H1.HeaderClassName
{
color: #702E5A;
}
.AnyTagClassName
{
color: #702E5A;
}
</style>
background-color css
<style>
a { background-color: #702E5A; }
a { background-color: rgb(112,46,90); }
div.DivClassName
{
background-color: #702E5A;
}
.BgClassName
{
background-color: #702E5A;
}
</style>
border-color css
<style>
span { border-color: #702E5A; }
span { border-color: rgb(112,46,90); }
td.TdClassName
{
border-color: #702E5A;
}
.TagClassName
{
border-color: #702E5A;
}
</style>