Shades of Palatinate Purple #620464
Tints of Palatinate Purple #620464
RGB
CMYK
RGB Variations
Color information
#620464 (or 0x620464) is known color: Palatinate Purple. HEX triplet: 62, 04 and 64. RGB value is (98,4,100). Sum of RGB (Red+Green+Blue) = 98+4+100=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #620464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620464 is #9DFB9B. Grayscale: #2A2A2A. Windows color (decimal): -10353564 or 6554722. OLE color: 6554722.
HSL color Cylindrical-coordinate representation of color #620464: hue angle of 298.75º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620464 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 4 | 100 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.61 |
| HSL | 298.75º | 0.92% | 0.2% | - |
| HSV(B) | 298.75º | 0.96% | 0.39% | - |
| XYZ | 7.38 | 3.6 | 12.36 | - |
| YUV | 43.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 100 | 0.02 | 0.96 | 0 | 0.61 | 298.75 | 0.92 | 0.2 |
| Hex | 62 | 4 | 64 | 2 | 60 | 0 | 3D | 12B | 5C | 14 |
| Octal | 142 | 4 | 144 | 2 | 140 | 0 | 75 | 453 | 134 | 24 |
| Binary | 1100010 | 100 | 1100100 | 10 | 1100000 | 0 | 111101 | 100101011 | 1011100 | 10100 |
Color Harmonies of #620464
Complementary color
Monochromatic Colors of #620464
Black with #620464
Text Example
Text Example
White with #620464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620464; }
p { color: rgb(98,4,100); }
H1.HeaderClassName
{
color: #620464;
}
.AnyTagClassName
{
color: #620464;
}
</style>
background-color css
<style>
a { background-color: #620464; }
a { background-color: rgb(98,4,100); }
div.DivClassName
{
background-color: #620464;
}
.BgClassName
{
background-color: #620464;
}
</style>
border-color css
<style>
span { border-color: #620464; }
span { border-color: rgb(98,4,100); }
td.TdClassName
{
border-color: #620464;
}
.TagClassName
{
border-color: #620464;
}
</style>