Shades of Palatinate Purple #622B61
Tints of Palatinate Purple #622B61
RGB
CMYK
RGB Variations
Color information
#622B61 (or 0x622B61) is known color: Palatinate Purple. HEX triplet: 62, 2B and 61. RGB value is (98,43,97). Sum of RGB (Red+Green+Blue) = 98+43+97=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #622B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B61 is #9DD49E. Grayscale: #414141. Windows color (decimal): -10343583 or 6368098. OLE color: 6368098.
HSL color Cylindrical-coordinate representation of color #622B61: hue angle of 301.09º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #622B61 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 97 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.62 |
| HSL | 301.09º | 0.39% | 0.28% | - |
| HSV(B) | 301.09º | 0.56% | 0.38% | - |
| XYZ | 8.06 | 5.19 | 11.89 | - |
| YUV | 65.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 97 | 0 | 0.56 | 0.01 | 0.62 | 301.09 | 0.39 | 0.28 |
| Hex | 62 | 2B | 61 | 0 | 38 | 1 | 3E | 12D | 27 | 1C |
| Octal | 142 | 53 | 141 | 0 | 70 | 1 | 76 | 455 | 47 | 34 |
| Binary | 1100010 | 101011 | 1100001 | 0 | 111000 | 1 | 111110 | 100101101 | 100111 | 11100 |
Color Harmonies of #622B61
Complementary color
Monochromatic Colors of #622B61
Black with #622B61
Text Example
Text Example
White with #622B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B61; }
p { color: rgb(98,43,97); }
H1.HeaderClassName
{
color: #622B61;
}
.AnyTagClassName
{
color: #622B61;
}
</style>
background-color css
<style>
a { background-color: #622B61; }
a { background-color: rgb(98,43,97); }
div.DivClassName
{
background-color: #622B61;
}
.BgClassName
{
background-color: #622B61;
}
</style>
border-color css
<style>
span { border-color: #622B61; }
span { border-color: rgb(98,43,97); }
td.TdClassName
{
border-color: #622B61;
}
.TagClassName
{
border-color: #622B61;
}
</style>