Shades of Palatinate Purple #621763
Tints of Palatinate Purple #621763
RGB
CMYK
RGB Variations
Color information
#621763 (or 0x621763) is known color: Palatinate Purple. HEX triplet: 62, 17 and 63. RGB value is (98,23,99). Sum of RGB (Red+Green+Blue) = 98+23+99=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #621763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621763 is #9DE89C. Grayscale: #353535. Windows color (decimal): -10348701 or 6494050. OLE color: 6494050.
HSL color Cylindrical-coordinate representation of color #621763: hue angle of 299.21º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621763 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 23 | 99 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.61 |
| HSL | 299.21º | 0.62% | 0.24% | - |
| HSV(B) | 299.21º | 0.77% | 0.39% | - |
| XYZ | 7.6 | 4.11 | 12.2 | - |
| YUV | 54.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 99 | 0.01 | 0.77 | 0 | 0.61 | 299.21 | 0.62 | 0.24 |
| Hex | 62 | 17 | 63 | 1 | 4D | 0 | 3D | 12B | 3E | 18 |
| Octal | 142 | 27 | 143 | 1 | 115 | 0 | 75 | 453 | 76 | 30 |
| Binary | 1100010 | 10111 | 1100011 | 1 | 1001101 | 0 | 111101 | 100101011 | 111110 | 11000 |
Color Harmonies of #621763
Complementary color
Monochromatic Colors of #621763
Black with #621763
Text Example
Text Example
White with #621763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621763; }
p { color: rgb(98,23,99); }
H1.HeaderClassName
{
color: #621763;
}
.AnyTagClassName
{
color: #621763;
}
</style>
background-color css
<style>
a { background-color: #621763; }
a { background-color: rgb(98,23,99); }
div.DivClassName
{
background-color: #621763;
}
.BgClassName
{
background-color: #621763;
}
</style>
border-color css
<style>
span { border-color: #621763; }
span { border-color: rgb(98,23,99); }
td.TdClassName
{
border-color: #621763;
}
.TagClassName
{
border-color: #621763;
}
</style>