Shades of Palatinate Purple #622B5D
Tints of Palatinate Purple #622B5D
RGB
CMYK
RGB Variations
Color information
#622B5D (or 0x622B5D) is known color: Palatinate Purple. HEX triplet: 62, 2B and 5D. RGB value is (98,43,93). Sum of RGB (Red+Green+Blue) = 98+43+93=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #622B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B5D is #9DD4A2. Grayscale: #414141. Windows color (decimal): -10343587 or 6105954. OLE color: 6105954.
HSL color Cylindrical-coordinate representation of color #622B5D: hue angle of 305.45º 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 #622B5D is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 93 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.62 |
| HSL | 305.45º | 0.39% | 0.28% | - |
| HSV(B) | 305.45º | 0.56% | 0.38% | - |
| XYZ | 7.88 | 5.11 | 10.93 | - |
| YUV | 65.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 93 | 0 | 0.56 | 0.05 | 0.62 | 305.45 | 0.39 | 0.28 |
| Hex | 62 | 2B | 5D | 0 | 38 | 5 | 3E | 131 | 27 | 1C |
| Octal | 142 | 53 | 135 | 0 | 70 | 5 | 76 | 461 | 47 | 34 |
| Binary | 1100010 | 101011 | 1011101 | 0 | 111000 | 101 | 111110 | 100110001 | 100111 | 11100 |
Color Harmonies of #622B5D
Complementary color
Monochromatic Colors of #622B5D
Black with #622B5D
Text Example
Text Example
White with #622B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B5D; }
p { color: rgb(98,43,93); }
H1.HeaderClassName
{
color: #622B5D;
}
.AnyTagClassName
{
color: #622B5D;
}
</style>
background-color css
<style>
a { background-color: #622B5D; }
a { background-color: rgb(98,43,93); }
div.DivClassName
{
background-color: #622B5D;
}
.BgClassName
{
background-color: #622B5D;
}
</style>
border-color css
<style>
span { border-color: #622B5D; }
span { border-color: rgb(98,43,93); }
td.TdClassName
{
border-color: #622B5D;
}
.TagClassName
{
border-color: #622B5D;
}
</style>