Shades of Palatinate Purple #621B54
Tints of Palatinate Purple #621B54
RGB
CMYK
RGB Variations
Color information
#621B54 (or 0x621B54) is known color: Palatinate Purple. HEX triplet: 62, 1B and 54. RGB value is (98,27,84). Sum of RGB (Red+Green+Blue) = 98+27+84=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #621B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621B54 is #9DE4AB. Grayscale: #363636. Windows color (decimal): -10347692 or 5512034. OLE color: 5512034.
HSL color Cylindrical-coordinate representation of color #621B54: hue angle of 311.83º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B54 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 84 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.62 |
| HSL | 311.83º | 0.57% | 0.25% | - |
| HSV(B) | 311.83º | 0.72% | 0.38% | - |
| XYZ | 7.03 | 4.02 | 8.79 | - |
| YUV | 54.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 84 | 0 | 0.72 | 0.14 | 0.62 | 311.83 | 0.57 | 0.25 |
| Hex | 62 | 1B | 54 | 0 | 48 | E | 3E | 138 | 39 | 19 |
| Octal | 142 | 33 | 124 | 0 | 110 | 16 | 76 | 470 | 71 | 31 |
| Binary | 1100010 | 11011 | 1010100 | 0 | 1001000 | 1110 | 111110 | 100111000 | 111001 | 11001 |
Color Harmonies of #621B54
Complementary color
Monochromatic Colors of #621B54
Black with #621B54
Text Example
Text Example
White with #621B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B54; }
p { color: rgb(98,27,84); }
H1.HeaderClassName
{
color: #621B54;
}
.AnyTagClassName
{
color: #621B54;
}
</style>
background-color css
<style>
a { background-color: #621B54; }
a { background-color: rgb(98,27,84); }
div.DivClassName
{
background-color: #621B54;
}
.BgClassName
{
background-color: #621B54;
}
</style>
border-color css
<style>
span { border-color: #621B54; }
span { border-color: rgb(98,27,84); }
td.TdClassName
{
border-color: #621B54;
}
.TagClassName
{
border-color: #621B54;
}
</style>