Shades of Palatinate Purple #620F59
Tints of Palatinate Purple #620F59
RGB
CMYK
RGB Variations
Color information
#620F59 (or 0x620F59) is known color: Palatinate Purple. HEX triplet: 62, 0F and 59. RGB value is (98,15,89). Sum of RGB (Red+Green+Blue) = 98+15+89=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #620F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F59 is #9DF0A6. Grayscale: #303030. Windows color (decimal): -10350759 or 5836642. OLE color: 5836642.
HSL color Cylindrical-coordinate representation of color #620F59: hue angle of 306.51º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F59 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 89 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.62 |
| HSL | 306.51º | 0.73% | 0.22% | - |
| HSV(B) | 306.51º | 0.85% | 0.38% | - |
| XYZ | 7.01 | 3.66 | 9.79 | - |
| YUV | 48.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 89 | 0 | 0.85 | 0.09 | 0.62 | 306.51 | 0.73 | 0.22 |
| Hex | 62 | F | 59 | 0 | 55 | 9 | 3E | 133 | 49 | 16 |
| Octal | 142 | 17 | 131 | 0 | 125 | 11 | 76 | 463 | 111 | 26 |
| Binary | 1100010 | 1111 | 1011001 | 0 | 1010101 | 1001 | 111110 | 100110011 | 1001001 | 10110 |
Color Harmonies of #620F59
Complementary color
Monochromatic Colors of #620F59
Black with #620F59
Text Example
Text Example
White with #620F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F59; }
p { color: rgb(98,15,89); }
H1.HeaderClassName
{
color: #620F59;
}
.AnyTagClassName
{
color: #620F59;
}
</style>
background-color css
<style>
a { background-color: #620F59; }
a { background-color: rgb(98,15,89); }
div.DivClassName
{
background-color: #620F59;
}
.BgClassName
{
background-color: #620F59;
}
</style>
border-color css
<style>
span { border-color: #620F59; }
span { border-color: rgb(98,15,89); }
td.TdClassName
{
border-color: #620F59;
}
.TagClassName
{
border-color: #620F59;
}
</style>