Shades of Palatinate Purple #621965
Tints of Palatinate Purple #621965
RGB
CMYK
RGB Variations
Color information
#621965 (or 0x621965) is known color: Palatinate Purple. HEX triplet: 62, 19 and 65. RGB value is (98,25,101). Sum of RGB (Red+Green+Blue) = 98+25+101=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #621965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621965 is #9DE69A. Grayscale: #373737. Windows color (decimal): -10348187 or 6625634. OLE color: 6625634.
HSL color Cylindrical-coordinate representation of color #621965: hue angle of 297.63º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #621965 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 25 | 101 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.60 |
| HSL | 297.63º | 0.6% | 0.25% | - |
| HSV(B) | 297.63º | 0.75% | 0.4% | - |
| XYZ | 7.73 | 4.23 | 12.72 | - |
| YUV | 55.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 101 | 0.03 | 0.75 | 0 | 0.60 | 297.63 | 0.6 | 0.25 |
| Hex | 62 | 19 | 65 | 3 | 4B | 0 | 3C | 12A | 3C | 19 |
| Octal | 142 | 31 | 145 | 3 | 113 | 0 | 74 | 452 | 74 | 31 |
| Binary | 1100010 | 11001 | 1100101 | 11 | 1001011 | 0 | 111100 | 100101010 | 111100 | 11001 |
Color Harmonies of #621965
Complementary color
Monochromatic Colors of #621965
Black with #621965
Text Example
Text Example
White with #621965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621965; }
p { color: rgb(98,25,101); }
H1.HeaderClassName
{
color: #621965;
}
.AnyTagClassName
{
color: #621965;
}
</style>
background-color css
<style>
a { background-color: #621965; }
a { background-color: rgb(98,25,101); }
div.DivClassName
{
background-color: #621965;
}
.BgClassName
{
background-color: #621965;
}
</style>
border-color css
<style>
span { border-color: #621965; }
span { border-color: rgb(98,25,101); }
td.TdClassName
{
border-color: #621965;
}
.TagClassName
{
border-color: #621965;
}
</style>