Shades of Palatinate Purple #621857
Tints of Palatinate Purple #621857
RGB
CMYK
RGB Variations
Color information
#621857 (or 0x621857) is known color: Palatinate Purple. HEX triplet: 62, 18 and 57. RGB value is (98,24,87). Sum of RGB (Red+Green+Blue) = 98+24+87=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #621857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621857 is #9DE7A8. Grayscale: #353535. Windows color (decimal): -10348457 or 5707874. OLE color: 5707874.
HSL color Cylindrical-coordinate representation of color #621857: hue angle of 308.92º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #621857 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 24 | 87 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.62 |
| HSL | 308.92º | 0.61% | 0.24% | - |
| HSV(B) | 308.92º | 0.76% | 0.38% | - |
| XYZ | 7.08 | 3.94 | 9.4 | - |
| YUV | 53.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 87 | 0 | 0.76 | 0.11 | 0.62 | 308.92 | 0.61 | 0.24 |
| Hex | 62 | 18 | 57 | 0 | 4C | B | 3E | 135 | 3D | 18 |
| Octal | 142 | 30 | 127 | 0 | 114 | 13 | 76 | 465 | 75 | 30 |
| Binary | 1100010 | 11000 | 1010111 | 0 | 1001100 | 1011 | 111110 | 100110101 | 111101 | 11000 |
Color Harmonies of #621857
Complementary color
Monochromatic Colors of #621857
Black with #621857
Text Example
Text Example
White with #621857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621857; }
p { color: rgb(98,24,87); }
H1.HeaderClassName
{
color: #621857;
}
.AnyTagClassName
{
color: #621857;
}
</style>
background-color css
<style>
a { background-color: #621857; }
a { background-color: rgb(98,24,87); }
div.DivClassName
{
background-color: #621857;
}
.BgClassName
{
background-color: #621857;
}
</style>
border-color css
<style>
span { border-color: #621857; }
span { border-color: rgb(98,24,87); }
td.TdClassName
{
border-color: #621857;
}
.TagClassName
{
border-color: #621857;
}
</style>