Shades of Palatinate Purple #622A5B
Tints of Palatinate Purple #622A5B
RGB
CMYK
RGB Variations
Color information
#622A5B (or 0x622A5B) is known color: Palatinate Purple. HEX triplet: 62, 2A and 5B. RGB value is (98,42,91). Sum of RGB (Red+Green+Blue) = 98+42+91=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #622A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622A5B is #9DD5A4. Grayscale: #404040. Windows color (decimal): -10343845 or 5974626. OLE color: 5974626.
HSL color Cylindrical-coordinate representation of color #622A5B: hue angle of 307.5º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #622A5B is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 42 | 91 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.62 |
| HSL | 307.5º | 0.4% | 0.27% | - |
| HSV(B) | 307.5º | 0.57% | 0.38% | - |
| XYZ | 7.75 | 5.01 | 10.46 | - |
| YUV | 64.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 91 | 0 | 0.57 | 0.07 | 0.62 | 307.5 | 0.4 | 0.27 |
| Hex | 62 | 2A | 5B | 0 | 39 | 7 | 3E | 134 | 28 | 1B |
| Octal | 142 | 52 | 133 | 0 | 71 | 7 | 76 | 464 | 50 | 33 |
| Binary | 1100010 | 101010 | 1011011 | 0 | 111001 | 111 | 111110 | 100110100 | 101000 | 11011 |
Color Harmonies of #622A5B
Complementary color
Monochromatic Colors of #622A5B
Black with #622A5B
Text Example
Text Example
White with #622A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A5B; }
p { color: rgb(98,42,91); }
H1.HeaderClassName
{
color: #622A5B;
}
.AnyTagClassName
{
color: #622A5B;
}
</style>
background-color css
<style>
a { background-color: #622A5B; }
a { background-color: rgb(98,42,91); }
div.DivClassName
{
background-color: #622A5B;
}
.BgClassName
{
background-color: #622A5B;
}
</style>
border-color css
<style>
span { border-color: #622A5B; }
span { border-color: rgb(98,42,91); }
td.TdClassName
{
border-color: #622A5B;
}
.TagClassName
{
border-color: #622A5B;
}
</style>