Shades of Palatinate Purple #620365
Tints of Palatinate Purple #620365
RGB
CMYK
RGB Variations
Color information
#620365 (or 0x620365) is known color: Palatinate Purple. HEX triplet: 62, 03 and 65. RGB value is (98,3,101). Sum of RGB (Red+Green+Blue) = 98+3+101=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #620365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620365 is #9DFC9A. Grayscale: #2A2A2A. Windows color (decimal): -10353819 or 6620002. OLE color: 6620002.
HSL color Cylindrical-coordinate representation of color #620365: hue angle of 298.16º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620365 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 3 | 101 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.60 |
| HSL | 298.16º | 0.94% | 0.2% | - |
| HSV(B) | 298.16º | 0.97% | 0.4% | - |
| XYZ | 7.42 | 3.6 | 12.62 | - |
| YUV | 42.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 101 | 0.03 | 0.97 | 0 | 0.60 | 298.16 | 0.94 | 0.2 |
| Hex | 62 | 3 | 65 | 3 | 61 | 0 | 3C | 12A | 5E | 14 |
| Octal | 142 | 3 | 145 | 3 | 141 | 0 | 74 | 452 | 136 | 24 |
| Binary | 1100010 | 11 | 1100101 | 11 | 1100001 | 0 | 111100 | 100101010 | 1011110 | 10100 |
Color Harmonies of #620365
Complementary color
Monochromatic Colors of #620365
Black with #620365
Text Example
Text Example
White with #620365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620365; }
p { color: rgb(98,3,101); }
H1.HeaderClassName
{
color: #620365;
}
.AnyTagClassName
{
color: #620365;
}
</style>
background-color css
<style>
a { background-color: #620365; }
a { background-color: rgb(98,3,101); }
div.DivClassName
{
background-color: #620365;
}
.BgClassName
{
background-color: #620365;
}
</style>
border-color css
<style>
span { border-color: #620365; }
span { border-color: rgb(98,3,101); }
td.TdClassName
{
border-color: #620365;
}
.TagClassName
{
border-color: #620365;
}
</style>