Shades of Palatinate Purple #622B5C
Tints of Palatinate Purple #622B5C
RGB
CMYK
RGB Variations
Color information
#622B5C (or 0x622B5C) is known color: Palatinate Purple. HEX triplet: 62, 2B and 5C. RGB value is (98,43,92). Sum of RGB (Red+Green+Blue) = 98+43+92=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #622B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B5C is #9DD4A3. Grayscale: #404040. Windows color (decimal): -10343588 or 6040418. OLE color: 6040418.
HSL color Cylindrical-coordinate representation of color #622B5C: hue angle of 306.55º 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 #622B5C is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 92 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.62 |
| HSL | 306.55º | 0.39% | 0.28% | - |
| HSV(B) | 306.55º | 0.56% | 0.38% | - |
| XYZ | 7.83 | 5.1 | 10.7 | - |
| YUV | 65.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 92 | 0 | 0.56 | 0.06 | 0.62 | 306.55 | 0.39 | 0.28 |
| Hex | 62 | 2B | 5C | 0 | 38 | 6 | 3E | 133 | 27 | 1C |
| Octal | 142 | 53 | 134 | 0 | 70 | 6 | 76 | 463 | 47 | 34 |
| Binary | 1100010 | 101011 | 1011100 | 0 | 111000 | 110 | 111110 | 100110011 | 100111 | 11100 |
Color Harmonies of #622B5C
Complementary color
Monochromatic Colors of #622B5C
Black with #622B5C
Text Example
Text Example
White with #622B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B5C; }
p { color: rgb(98,43,92); }
H1.HeaderClassName
{
color: #622B5C;
}
.AnyTagClassName
{
color: #622B5C;
}
</style>
background-color css
<style>
a { background-color: #622B5C; }
a { background-color: rgb(98,43,92); }
div.DivClassName
{
background-color: #622B5C;
}
.BgClassName
{
background-color: #622B5C;
}
</style>
border-color css
<style>
span { border-color: #622B5C; }
span { border-color: rgb(98,43,92); }
td.TdClassName
{
border-color: #622B5C;
}
.TagClassName
{
border-color: #622B5C;
}
</style>