Shades of Palatinate Purple #620F5E
Tints of Palatinate Purple #620F5E
RGB
CMYK
RGB Variations
Color information
#620F5E (or 0x620F5E) is known color: Palatinate Purple. HEX triplet: 62, 0F and 5E. RGB value is (98,15,94). Sum of RGB (Red+Green+Blue) = 98+15+94=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #620F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F5E is #9DF0A1. Grayscale: #303030. Windows color (decimal): -10350754 or 6164322. OLE color: 6164322.
HSL color Cylindrical-coordinate representation of color #620F5E: hue angle of 302.89º 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 #620F5E is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 94 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.62 |
| HSL | 302.89º | 0.73% | 0.22% | - |
| HSV(B) | 302.89º | 0.85% | 0.38% | - |
| XYZ | 7.23 | 3.75 | 10.93 | - |
| YUV | 48.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 94 | 0 | 0.85 | 0.04 | 0.62 | 302.89 | 0.73 | 0.22 |
| Hex | 62 | F | 5E | 0 | 55 | 4 | 3E | 12F | 49 | 16 |
| Octal | 142 | 17 | 136 | 0 | 125 | 4 | 76 | 457 | 111 | 26 |
| Binary | 1100010 | 1111 | 1011110 | 0 | 1010101 | 100 | 111110 | 100101111 | 1001001 | 10110 |
Color Harmonies of #620F5E
Complementary color
Monochromatic Colors of #620F5E
Black with #620F5E
Text Example
Text Example
White with #620F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F5E; }
p { color: rgb(98,15,94); }
H1.HeaderClassName
{
color: #620F5E;
}
.AnyTagClassName
{
color: #620F5E;
}
</style>
background-color css
<style>
a { background-color: #620F5E; }
a { background-color: rgb(98,15,94); }
div.DivClassName
{
background-color: #620F5E;
}
.BgClassName
{
background-color: #620F5E;
}
</style>
border-color css
<style>
span { border-color: #620F5E; }
span { border-color: rgb(98,15,94); }
td.TdClassName
{
border-color: #620F5E;
}
.TagClassName
{
border-color: #620F5E;
}
</style>