Shades of Palatinate Purple #621D5E
Tints of Palatinate Purple #621D5E
RGB
CMYK
RGB Variations
Color information
#621D5E (or 0x621D5E) is known color: Palatinate Purple. HEX triplet: 62, 1D and 5E. RGB value is (98,29,94). Sum of RGB (Red+Green+Blue) = 98+29+94=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #621D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621D5E is #9DE2A1. Grayscale: #383838. Windows color (decimal): -10347170 or 6167906. OLE color: 6167906.
HSL color Cylindrical-coordinate representation of color #621D5E: hue angle of 303.48º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #621D5E is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 29 | 94 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.62 |
| HSL | 303.48º | 0.54% | 0.25% | - |
| HSV(B) | 303.48º | 0.7% | 0.38% | - |
| XYZ | 7.5 | 4.28 | 11.02 | - |
| YUV | 57.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 94 | 0 | 0.70 | 0.04 | 0.62 | 303.48 | 0.54 | 0.25 |
| Hex | 62 | 1D | 5E | 0 | 46 | 4 | 3E | 12F | 36 | 19 |
| Octal | 142 | 35 | 136 | 0 | 106 | 4 | 76 | 457 | 66 | 31 |
| Binary | 1100010 | 11101 | 1011110 | 0 | 1000110 | 100 | 111110 | 100101111 | 110110 | 11001 |
Color Harmonies of #621D5E
Complementary color
Monochromatic Colors of #621D5E
Black with #621D5E
Text Example
Text Example
White with #621D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621D5E; }
p { color: rgb(98,29,94); }
H1.HeaderClassName
{
color: #621D5E;
}
.AnyTagClassName
{
color: #621D5E;
}
</style>
background-color css
<style>
a { background-color: #621D5E; }
a { background-color: rgb(98,29,94); }
div.DivClassName
{
background-color: #621D5E;
}
.BgClassName
{
background-color: #621D5E;
}
</style>
border-color css
<style>
span { border-color: #621D5E; }
span { border-color: rgb(98,29,94); }
td.TdClassName
{
border-color: #621D5E;
}
.TagClassName
{
border-color: #621D5E;
}
</style>