Shades of Palatinate Purple #621F57
Tints of Palatinate Purple #621F57
RGB
CMYK
RGB Variations
Color information
#621F57 (or 0x621F57) is known color: Palatinate Purple. HEX triplet: 62, 1F and 57. RGB value is (98,31,87). Sum of RGB (Red+Green+Blue) = 98+31+87=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #621F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F57 is #9DE0A8. Grayscale: #393939. Windows color (decimal): -10346665 or 5709666. OLE color: 5709666.
HSL color Cylindrical-coordinate representation of color #621F57: hue angle of 309.85º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #621F57 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 31 | 87 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.62 |
| HSL | 309.85º | 0.52% | 0.25% | - |
| HSV(B) | 309.85º | 0.68% | 0.38% | - |
| XYZ | 7.25 | 4.26 | 9.46 | - |
| YUV | 57.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 87 | 0 | 0.68 | 0.11 | 0.62 | 309.85 | 0.52 | 0.25 |
| Hex | 62 | 1F | 57 | 0 | 44 | B | 3E | 136 | 34 | 19 |
| Octal | 142 | 37 | 127 | 0 | 104 | 13 | 76 | 466 | 64 | 31 |
| Binary | 1100010 | 11111 | 1010111 | 0 | 1000100 | 1011 | 111110 | 100110110 | 110100 | 11001 |
Color Harmonies of #621F57
Complementary color
Monochromatic Colors of #621F57
Black with #621F57
Text Example
Text Example
White with #621F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621F57; }
p { color: rgb(98,31,87); }
H1.HeaderClassName
{
color: #621F57;
}
.AnyTagClassName
{
color: #621F57;
}
</style>
background-color css
<style>
a { background-color: #621F57; }
a { background-color: rgb(98,31,87); }
div.DivClassName
{
background-color: #621F57;
}
.BgClassName
{
background-color: #621F57;
}
</style>
border-color css
<style>
span { border-color: #621F57; }
span { border-color: rgb(98,31,87); }
td.TdClassName
{
border-color: #621F57;
}
.TagClassName
{
border-color: #621F57;
}
</style>