Shades of Palatinate Purple #621169
Tints of Palatinate Purple #621169
RGB
CMYK
RGB Variations
Color information
#621169 (or 0x621169) is known color: Palatinate Purple. HEX triplet: 62, 11 and 69. RGB value is (98,17,105). Sum of RGB (Red+Green+Blue) = 98+17+105=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #621169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621169 is #9DEE96. Grayscale: #323232. Windows color (decimal): -10350231 or 6885730. OLE color: 6885730.
HSL color Cylindrical-coordinate representation of color #621169: hue angle of 295.23º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621169 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 17 | 105 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.59 |
| HSL | 295.23º | 0.72% | 0.24% | - |
| HSV(B) | 295.23º | 0.84% | 0.41% | - |
| XYZ | 7.79 | 4.02 | 13.73 | - |
| YUV | 51.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 105 | 0.07 | 0.84 | 0 | 0.59 | 295.23 | 0.72 | 0.24 |
| Hex | 62 | 11 | 69 | 7 | 54 | 0 | 3B | 127 | 48 | 18 |
| Octal | 142 | 21 | 151 | 7 | 124 | 0 | 73 | 447 | 110 | 30 |
| Binary | 1100010 | 10001 | 1101001 | 111 | 1010100 | 0 | 111011 | 100100111 | 1001000 | 11000 |
Color Harmonies of #621169
Complementary color
Monochromatic Colors of #621169
Black with #621169
Text Example
Text Example
White with #621169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621169; }
p { color: rgb(98,17,105); }
H1.HeaderClassName
{
color: #621169;
}
.AnyTagClassName
{
color: #621169;
}
</style>
background-color css
<style>
a { background-color: #621169; }
a { background-color: rgb(98,17,105); }
div.DivClassName
{
background-color: #621169;
}
.BgClassName
{
background-color: #621169;
}
</style>
border-color css
<style>
span { border-color: #621169; }
span { border-color: rgb(98,17,105); }
td.TdClassName
{
border-color: #621169;
}
.TagClassName
{
border-color: #621169;
}
</style>