Shades of Palatinate Purple #620F57
Tints of Palatinate Purple #620F57
RGB
CMYK
RGB Variations
Color information
#620F57 (or 0x620F57) is known color: Palatinate Purple. HEX triplet: 62, 0F and 57. RGB value is (98,15,87). Sum of RGB (Red+Green+Blue) = 98+15+87=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #620F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F57 is #9DF0A8. Grayscale: #2F2F2F. Windows color (decimal): -10350761 or 5705570. OLE color: 5705570.
HSL color Cylindrical-coordinate representation of color #620F57: hue angle of 307.95º 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 #620F57 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 87 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.62 |
| HSL | 307.95º | 0.73% | 0.22% | - |
| HSV(B) | 307.95º | 0.85% | 0.38% | - |
| XYZ | 6.93 | 3.63 | 9.35 | - |
| YUV | 48.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 87 | 0 | 0.85 | 0.11 | 0.62 | 307.95 | 0.73 | 0.22 |
| Hex | 62 | F | 57 | 0 | 55 | B | 3E | 134 | 49 | 16 |
| Octal | 142 | 17 | 127 | 0 | 125 | 13 | 76 | 464 | 111 | 26 |
| Binary | 1100010 | 1111 | 1010111 | 0 | 1010101 | 1011 | 111110 | 100110100 | 1001001 | 10110 |
Color Harmonies of #620F57
Complementary color
Monochromatic Colors of #620F57
Black with #620F57
Text Example
Text Example
White with #620F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F57; }
p { color: rgb(98,15,87); }
H1.HeaderClassName
{
color: #620F57;
}
.AnyTagClassName
{
color: #620F57;
}
</style>
background-color css
<style>
a { background-color: #620F57; }
a { background-color: rgb(98,15,87); }
div.DivClassName
{
background-color: #620F57;
}
.BgClassName
{
background-color: #620F57;
}
</style>
border-color css
<style>
span { border-color: #620F57; }
span { border-color: rgb(98,15,87); }
td.TdClassName
{
border-color: #620F57;
}
.TagClassName
{
border-color: #620F57;
}
</style>