Shades of Palatinate Purple #621265
Tints of Palatinate Purple #621265
RGB
CMYK
RGB Variations
Color information
#621265 (or 0x621265) is known color: Palatinate Purple. HEX triplet: 62, 12 and 65. RGB value is (98,18,101). Sum of RGB (Red+Green+Blue) = 98+18+101=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #621265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621265 is #9DED9A. Grayscale: #333333. Windows color (decimal): -10349979 or 6623842. OLE color: 6623842.
HSL color Cylindrical-coordinate representation of color #621265: hue angle of 297.83º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621265 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 18 | 101 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.60 |
| HSL | 297.83º | 0.7% | 0.23% | - |
| HSV(B) | 297.83º | 0.82% | 0.4% | - |
| XYZ | 7.6 | 3.97 | 12.68 | - |
| YUV | 51.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 101 | 0.03 | 0.82 | 0 | 0.60 | 297.83 | 0.7 | 0.23 |
| Hex | 62 | 12 | 65 | 3 | 52 | 0 | 3C | 12A | 46 | 17 |
| Octal | 142 | 22 | 145 | 3 | 122 | 0 | 74 | 452 | 106 | 27 |
| Binary | 1100010 | 10010 | 1100101 | 11 | 1010010 | 0 | 111100 | 100101010 | 1000110 | 10111 |
Color Harmonies of #621265
Complementary color
Monochromatic Colors of #621265
Black with #621265
Text Example
Text Example
White with #621265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621265; }
p { color: rgb(98,18,101); }
H1.HeaderClassName
{
color: #621265;
}
.AnyTagClassName
{
color: #621265;
}
</style>
background-color css
<style>
a { background-color: #621265; }
a { background-color: rgb(98,18,101); }
div.DivClassName
{
background-color: #621265;
}
.BgClassName
{
background-color: #621265;
}
</style>
border-color css
<style>
span { border-color: #621265; }
span { border-color: rgb(98,18,101); }
td.TdClassName
{
border-color: #621265;
}
.TagClassName
{
border-color: #621265;
}
</style>