Shades of Palatinate Purple #621E5B
Tints of Palatinate Purple #621E5B
RGB
CMYK
RGB Variations
Color information
#621E5B (or 0x621E5B) is known color: Palatinate Purple. HEX triplet: 62, 1E and 5B. RGB value is (98,30,91). Sum of RGB (Red+Green+Blue) = 98+30+91=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #621E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E5B is #9DE1A4. Grayscale: #393939. Windows color (decimal): -10346917 or 5971554. OLE color: 5971554.
HSL color Cylindrical-coordinate representation of color #621E5B: hue angle of 306.18º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #621E5B is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 91 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.62 |
| HSL | 306.18º | 0.53% | 0.25% | - |
| HSV(B) | 306.18º | 0.69% | 0.38% | - |
| XYZ | 7.39 | 4.28 | 10.33 | - |
| YUV | 57.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 91 | 0 | 0.69 | 0.07 | 0.62 | 306.18 | 0.53 | 0.25 |
| Hex | 62 | 1E | 5B | 0 | 45 | 7 | 3E | 132 | 35 | 19 |
| Octal | 142 | 36 | 133 | 0 | 105 | 7 | 76 | 462 | 65 | 31 |
| Binary | 1100010 | 11110 | 1011011 | 0 | 1000101 | 111 | 111110 | 100110010 | 110101 | 11001 |
Color Harmonies of #621E5B
Complementary color
Monochromatic Colors of #621E5B
Black with #621E5B
Text Example
Text Example
White with #621E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E5B; }
p { color: rgb(98,30,91); }
H1.HeaderClassName
{
color: #621E5B;
}
.AnyTagClassName
{
color: #621E5B;
}
</style>
background-color css
<style>
a { background-color: #621E5B; }
a { background-color: rgb(98,30,91); }
div.DivClassName
{
background-color: #621E5B;
}
.BgClassName
{
background-color: #621E5B;
}
</style>
border-color css
<style>
span { border-color: #621E5B; }
span { border-color: rgb(98,30,91); }
td.TdClassName
{
border-color: #621E5B;
}
.TagClassName
{
border-color: #621E5B;
}
</style>