Shades of Palatinate Purple #620D5E
Tints of Palatinate Purple #620D5E
RGB
CMYK
RGB Variations
Color information
#620D5E (or 0x620D5E) is known color: Palatinate Purple. HEX triplet: 62, 0D and 5E. RGB value is (98,13,94). Sum of RGB (Red+Green+Blue) = 98+13+94=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #620D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D5E is #9DF2A1. Grayscale: #2F2F2F. Windows color (decimal): -10351266 or 6163810. OLE color: 6163810.
HSL color Cylindrical-coordinate representation of color #620D5E: hue angle of 302.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D5E is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 94 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.62 |
| HSL | 302.82º | 0.77% | 0.22% | - |
| HSV(B) | 302.82º | 0.87% | 0.38% | - |
| XYZ | 7.2 | 3.69 | 10.92 | - |
| YUV | 47.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 94 | 0 | 0.87 | 0.04 | 0.62 | 302.82 | 0.77 | 0.22 |
| Hex | 62 | D | 5E | 0 | 57 | 4 | 3E | 12F | 4D | 16 |
| Octal | 142 | 15 | 136 | 0 | 127 | 4 | 76 | 457 | 115 | 26 |
| Binary | 1100010 | 1101 | 1011110 | 0 | 1010111 | 100 | 111110 | 100101111 | 1001101 | 10110 |
Color Harmonies of #620D5E
Complementary color
Monochromatic Colors of #620D5E
Black with #620D5E
Text Example
Text Example
White with #620D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D5E; }
p { color: rgb(98,13,94); }
H1.HeaderClassName
{
color: #620D5E;
}
.AnyTagClassName
{
color: #620D5E;
}
</style>
background-color css
<style>
a { background-color: #620D5E; }
a { background-color: rgb(98,13,94); }
div.DivClassName
{
background-color: #620D5E;
}
.BgClassName
{
background-color: #620D5E;
}
</style>
border-color css
<style>
span { border-color: #620D5E; }
span { border-color: rgb(98,13,94); }
td.TdClassName
{
border-color: #620D5E;
}
.TagClassName
{
border-color: #620D5E;
}
</style>