Shades of Palatinate Purple #701A6F
Tints of Palatinate Purple #701A6F
RGB
CMYK
RGB Variations
Color information
#701A6F (or 0x701A6F) is known color: Palatinate Purple. HEX triplet: 70, 1A and 6F. RGB value is (112,26,111). Sum of RGB (Red+Green+Blue) = 112+26+111=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #701A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701A6F is #8FE590. Grayscale: #3D3D3D. Windows color (decimal): -9430417 or 7281264. OLE color: 7281264.
HSL color Cylindrical-coordinate representation of color #701A6F: hue angle of 300.7º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A6F is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 111 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.56 |
| HSL | 300.7º | 0.62% | 0.27% | - |
| HSV(B) | 300.7º | 0.77% | 0.44% | - |
| XYZ | 9.92 | 5.33 | 15.55 | - |
| YUV | 61.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 111 | 0 | 0.77 | 0.01 | 0.56 | 300.7 | 0.62 | 0.27 |
| Hex | 70 | 1A | 6F | 0 | 4D | 1 | 38 | 12D | 3E | 1B |
| Octal | 160 | 32 | 157 | 0 | 115 | 1 | 70 | 455 | 76 | 33 |
| Binary | 1110000 | 11010 | 1101111 | 0 | 1001101 | 1 | 111000 | 100101101 | 111110 | 11011 |
Color Harmonies of #701A6F
Complementary color
Monochromatic Colors of #701A6F
Black with #701A6F
Text Example
Text Example
White with #701A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A6F; }
p { color: rgb(112,26,111); }
H1.HeaderClassName
{
color: #701A6F;
}
.AnyTagClassName
{
color: #701A6F;
}
</style>
background-color css
<style>
a { background-color: #701A6F; }
a { background-color: rgb(112,26,111); }
div.DivClassName
{
background-color: #701A6F;
}
.BgClassName
{
background-color: #701A6F;
}
</style>
border-color css
<style>
span { border-color: #701A6F; }
span { border-color: rgb(112,26,111); }
td.TdClassName
{
border-color: #701A6F;
}
.TagClassName
{
border-color: #701A6F;
}
</style>