Shades of Palatinate Purple #621E5C
Tints of Palatinate Purple #621E5C
RGB
CMYK
RGB Variations
Color information
#621E5C (or 0x621E5C) is known color: Palatinate Purple. HEX triplet: 62, 1E and 5C. RGB value is (98,30,92). Sum of RGB (Red+Green+Blue) = 98+30+92=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #621E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E5C is #9DE1A3. Grayscale: #393939. Windows color (decimal): -10346916 or 6037090. OLE color: 6037090.
HSL color Cylindrical-coordinate representation of color #621E5C: hue angle of 305.29º 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 #621E5C is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 92 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.62 |
| HSL | 305.29º | 0.53% | 0.25% | - |
| HSV(B) | 305.29º | 0.69% | 0.38% | - |
| XYZ | 7.43 | 4.3 | 10.56 | - |
| YUV | 57.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 92 | 0 | 0.69 | 0.06 | 0.62 | 305.29 | 0.53 | 0.25 |
| Hex | 62 | 1E | 5C | 0 | 45 | 6 | 3E | 131 | 35 | 19 |
| Octal | 142 | 36 | 134 | 0 | 105 | 6 | 76 | 461 | 65 | 31 |
| Binary | 1100010 | 11110 | 1011100 | 0 | 1000101 | 110 | 111110 | 100110001 | 110101 | 11001 |
Color Harmonies of #621E5C
Complementary color
Monochromatic Colors of #621E5C
Black with #621E5C
Text Example
Text Example
White with #621E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E5C; }
p { color: rgb(98,30,92); }
H1.HeaderClassName
{
color: #621E5C;
}
.AnyTagClassName
{
color: #621E5C;
}
</style>
background-color css
<style>
a { background-color: #621E5C; }
a { background-color: rgb(98,30,92); }
div.DivClassName
{
background-color: #621E5C;
}
.BgClassName
{
background-color: #621E5C;
}
</style>
border-color css
<style>
span { border-color: #621E5C; }
span { border-color: rgb(98,30,92); }
td.TdClassName
{
border-color: #621E5C;
}
.TagClassName
{
border-color: #621E5C;
}
</style>