Shades of Palatinate Purple #621052
Tints of Palatinate Purple #621052
RGB
CMYK
RGB Variations
Color information
#621052 (or 0x621052) is known color: Palatinate Purple. HEX triplet: 62, 10 and 52. RGB value is (98,16,82). Sum of RGB (Red+Green+Blue) = 98+16+82=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #621052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621052 is #9DEFAD. Grayscale: #2F2F2F. Windows color (decimal): -10350510 or 5378146. OLE color: 5378146.
HSL color Cylindrical-coordinate representation of color #621052: hue angle of 311.71º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621052 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 16 | 82 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.62 |
| HSL | 311.71º | 0.72% | 0.22% | - |
| HSV(B) | 311.71º | 0.84% | 0.38% | - |
| XYZ | 6.75 | 3.58 | 8.32 | - |
| YUV | 48.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 82 | 0 | 0.84 | 0.16 | 0.62 | 311.71 | 0.72 | 0.22 |
| Hex | 62 | 10 | 52 | 0 | 54 | 10 | 3E | 138 | 48 | 16 |
| Octal | 142 | 20 | 122 | 0 | 124 | 20 | 76 | 470 | 110 | 26 |
| Binary | 1100010 | 10000 | 1010010 | 0 | 1010100 | 10000 | 111110 | 100111000 | 1001000 | 10110 |
Color Harmonies of #621052
Complementary color
Monochromatic Colors of #621052
Black with #621052
Text Example
Text Example
White with #621052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621052; }
p { color: rgb(98,16,82); }
H1.HeaderClassName
{
color: #621052;
}
.AnyTagClassName
{
color: #621052;
}
</style>
background-color css
<style>
a { background-color: #621052; }
a { background-color: rgb(98,16,82); }
div.DivClassName
{
background-color: #621052;
}
.BgClassName
{
background-color: #621052;
}
</style>
border-color css
<style>
span { border-color: #621052; }
span { border-color: rgb(98,16,82); }
td.TdClassName
{
border-color: #621052;
}
.TagClassName
{
border-color: #621052;
}
</style>