Shades of Palatinate Purple #621952
Tints of Palatinate Purple #621952
RGB
CMYK
RGB Variations
Color information
#621952 (or 0x621952) is known color: Palatinate Purple. HEX triplet: 62, 19 and 52. RGB value is (98,25,82). Sum of RGB (Red+Green+Blue) = 98+25+82=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #621952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621952 is #9DE6AD. Grayscale: #353535. Windows color (decimal): -10348206 or 5380450. OLE color: 5380450.
HSL color Cylindrical-coordinate representation of color #621952: hue angle of 313.15º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621952 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 82 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.62 |
| HSL | 313.15º | 0.59% | 0.24% | - |
| HSV(B) | 313.15º | 0.74% | 0.38% | - |
| XYZ | 6.91 | 3.9 | 8.37 | - |
| YUV | 53.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 82 | 0 | 0.74 | 0.16 | 0.62 | 313.15 | 0.59 | 0.24 |
| Hex | 62 | 19 | 52 | 0 | 4A | 10 | 3E | 139 | 3B | 18 |
| Octal | 142 | 31 | 122 | 0 | 112 | 20 | 76 | 471 | 73 | 30 |
| Binary | 1100010 | 11001 | 1010010 | 0 | 1001010 | 10000 | 111110 | 100111001 | 111011 | 11000 |
Color Harmonies of #621952
Complementary color
Monochromatic Colors of #621952
Black with #621952
Text Example
Text Example
White with #621952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621952; }
p { color: rgb(98,25,82); }
H1.HeaderClassName
{
color: #621952;
}
.AnyTagClassName
{
color: #621952;
}
</style>
background-color css
<style>
a { background-color: #621952; }
a { background-color: rgb(98,25,82); }
div.DivClassName
{
background-color: #621952;
}
.BgClassName
{
background-color: #621952;
}
</style>
border-color css
<style>
span { border-color: #621952; }
span { border-color: rgb(98,25,82); }
td.TdClassName
{
border-color: #621952;
}
.TagClassName
{
border-color: #621952;
}
</style>