Shades of Palatinate Purple #621F55
Tints of Palatinate Purple #621F55
RGB
CMYK
RGB Variations
Color information
#621F55 (or 0x621F55) is known color: Palatinate Purple. HEX triplet: 62, 1F and 55. RGB value is (98,31,85). Sum of RGB (Red+Green+Blue) = 98+31+85=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #621F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F55 is #9DE0AA. Grayscale: #393939. Windows color (decimal): -10346667 or 5578594. OLE color: 5578594.
HSL color Cylindrical-coordinate representation of color #621F55: hue angle of 311.64º 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 #621F55 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 31 | 85 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.62 |
| HSL | 311.64º | 0.52% | 0.25% | - |
| HSV(B) | 311.64º | 0.68% | 0.38% | - |
| XYZ | 7.17 | 4.23 | 9.03 | - |
| YUV | 57.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 85 | 0 | 0.68 | 0.13 | 0.62 | 311.64 | 0.52 | 0.25 |
| Hex | 62 | 1F | 55 | 0 | 44 | D | 3E | 138 | 34 | 19 |
| Octal | 142 | 37 | 125 | 0 | 104 | 15 | 76 | 470 | 64 | 31 |
| Binary | 1100010 | 11111 | 1010101 | 0 | 1000100 | 1101 | 111110 | 100111000 | 110100 | 11001 |
Color Harmonies of #621F55
Complementary color
Monochromatic Colors of #621F55
Black with #621F55
Text Example
Text Example
White with #621F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621F55; }
p { color: rgb(98,31,85); }
H1.HeaderClassName
{
color: #621F55;
}
.AnyTagClassName
{
color: #621F55;
}
</style>
background-color css
<style>
a { background-color: #621F55; }
a { background-color: rgb(98,31,85); }
div.DivClassName
{
background-color: #621F55;
}
.BgClassName
{
background-color: #621F55;
}
</style>
border-color css
<style>
span { border-color: #621F55; }
span { border-color: rgb(98,31,85); }
td.TdClassName
{
border-color: #621F55;
}
.TagClassName
{
border-color: #621F55;
}
</style>