Shades of Palatinate Purple #702C5F
Tints of Palatinate Purple #702C5F
RGB
CMYK
RGB Variations
Color information
#702C5F (or 0x702C5F) is known color: Palatinate Purple. HEX triplet: 70, 2C and 5F. RGB value is (112,44,95). Sum of RGB (Red+Green+Blue) = 112+44+95=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #702C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702C5F is #8FD3A0. Grayscale: #464646. Windows color (decimal): -9425825 or 6237296. OLE color: 6237296.
HSL color Cylindrical-coordinate representation of color #702C5F: hue angle of 315º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #702C5F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 44 | 95 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.56 |
| HSL | 315º | 0.44% | 0.31% | - |
| HSV(B) | 315º | 0.61% | 0.44% | - |
| XYZ | 9.65 | 6.07 | 11.49 | - |
| YUV | 70.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 95 | 0 | 0.61 | 0.15 | 0.56 | 315 | 0.44 | 0.31 |
| Hex | 70 | 2C | 5F | 0 | 3D | F | 38 | 13B | 2C | 1F |
| Octal | 160 | 54 | 137 | 0 | 75 | 17 | 70 | 473 | 54 | 37 |
| Binary | 1110000 | 101100 | 1011111 | 0 | 111101 | 1111 | 111000 | 100111011 | 101100 | 11111 |
Color Harmonies of #702C5F
Complementary color
Monochromatic Colors of #702C5F
Black with #702C5F
Text Example
Text Example
White with #702C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C5F; }
p { color: rgb(112,44,95); }
H1.HeaderClassName
{
color: #702C5F;
}
.AnyTagClassName
{
color: #702C5F;
}
</style>
background-color css
<style>
a { background-color: #702C5F; }
a { background-color: rgb(112,44,95); }
div.DivClassName
{
background-color: #702C5F;
}
.BgClassName
{
background-color: #702C5F;
}
</style>
border-color css
<style>
span { border-color: #702C5F; }
span { border-color: rgb(112,44,95); }
td.TdClassName
{
border-color: #702C5F;
}
.TagClassName
{
border-color: #702C5F;
}
</style>