Shades of Palatinate Purple #710F68
Tints of Palatinate Purple #710F68
RGB
CMYK
RGB Variations
Color information
#710F68 (or 0x710F68) is known color: Palatinate Purple. HEX triplet: 71, 0F and 68. RGB value is (113,15,104). Sum of RGB (Red+Green+Blue) = 113+15+104=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #710F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F68 is #8EF097. Grayscale: #363636. Windows color (decimal): -9367704 or 6819697. OLE color: 6819697.
HSL color Cylindrical-coordinate representation of color #710F68: hue angle of 305.51º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F68 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 104 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.56 |
| HSL | 305.51º | 0.77% | 0.25% | - |
| HSV(B) | 305.51º | 0.87% | 0.44% | - |
| XYZ | 9.48 | 4.85 | 13.53 | - |
| YUV | 54.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 104 | 0 | 0.87 | 0.08 | 0.56 | 305.51 | 0.77 | 0.25 |
| Hex | 71 | F | 68 | 0 | 57 | 8 | 38 | 132 | 4D | 19 |
| Octal | 161 | 17 | 150 | 0 | 127 | 10 | 70 | 462 | 115 | 31 |
| Binary | 1110001 | 1111 | 1101000 | 0 | 1010111 | 1000 | 111000 | 100110010 | 1001101 | 11001 |
Color Harmonies of #710F68
Complementary color
Monochromatic Colors of #710F68
Black with #710F68
Text Example
Text Example
White with #710F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F68; }
p { color: rgb(113,15,104); }
H1.HeaderClassName
{
color: #710F68;
}
.AnyTagClassName
{
color: #710F68;
}
</style>
background-color css
<style>
a { background-color: #710F68; }
a { background-color: rgb(113,15,104); }
div.DivClassName
{
background-color: #710F68;
}
.BgClassName
{
background-color: #710F68;
}
</style>
border-color css
<style>
span { border-color: #710F68; }
span { border-color: rgb(113,15,104); }
td.TdClassName
{
border-color: #710F68;
}
.TagClassName
{
border-color: #710F68;
}
</style>