Shades of Palatinate Purple #621F54
Tints of Palatinate Purple #621F54
RGB
CMYK
RGB Variations
Color information
#621F54 (or 0x621F54) is known color: Palatinate Purple. HEX triplet: 62, 1F and 54. RGB value is (98,31,84). Sum of RGB (Red+Green+Blue) = 98+31+84=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #621F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F54 is #9DE0AB. Grayscale: #383838. Windows color (decimal): -10346668 or 5513058. OLE color: 5513058.
HSL color Cylindrical-coordinate representation of color #621F54: hue angle of 312.54º 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 #621F54 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 31 | 84 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.62 |
| HSL | 312.54º | 0.52% | 0.25% | - |
| HSV(B) | 312.54º | 0.68% | 0.38% | - |
| XYZ | 7.13 | 4.22 | 8.83 | - |
| YUV | 57.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 84 | 0 | 0.68 | 0.14 | 0.62 | 312.54 | 0.52 | 0.25 |
| Hex | 62 | 1F | 54 | 0 | 44 | E | 3E | 139 | 34 | 19 |
| Octal | 142 | 37 | 124 | 0 | 104 | 16 | 76 | 471 | 64 | 31 |
| Binary | 1100010 | 11111 | 1010100 | 0 | 1000100 | 1110 | 111110 | 100111001 | 110100 | 11001 |
Color Harmonies of #621F54
Complementary color
Monochromatic Colors of #621F54
Black with #621F54
Text Example
Text Example
White with #621F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621F54; }
p { color: rgb(98,31,84); }
H1.HeaderClassName
{
color: #621F54;
}
.AnyTagClassName
{
color: #621F54;
}
</style>
background-color css
<style>
a { background-color: #621F54; }
a { background-color: rgb(98,31,84); }
div.DivClassName
{
background-color: #621F54;
}
.BgClassName
{
background-color: #621F54;
}
</style>
border-color css
<style>
span { border-color: #621F54; }
span { border-color: rgb(98,31,84); }
td.TdClassName
{
border-color: #621F54;
}
.TagClassName
{
border-color: #621F54;
}
</style>