Shades of Palatinate Purple #620463
Tints of Palatinate Purple #620463
RGB
CMYK
RGB Variations
Color information
#620463 (or 0x620463) is known color: Palatinate Purple. HEX triplet: 62, 04 and 63. RGB value is (98,4,99). Sum of RGB (Red+Green+Blue) = 98+4+99=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #620463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620463 is #9DFB9C. Grayscale: #2A2A2A. Windows color (decimal): -10353565 or 6489186. OLE color: 6489186.
HSL color Cylindrical-coordinate representation of color #620463: hue angle of 299.37º 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 #620463 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 4 | 99 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.61 |
| HSL | 299.37º | 0.92% | 0.2% | - |
| HSV(B) | 299.37º | 0.96% | 0.39% | - |
| XYZ | 7.33 | 3.58 | 12.11 | - |
| YUV | 42.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 99 | 0.01 | 0.96 | 0 | 0.61 | 299.37 | 0.92 | 0.2 |
| Hex | 62 | 4 | 63 | 1 | 60 | 0 | 3D | 12B | 5C | 14 |
| Octal | 142 | 4 | 143 | 1 | 140 | 0 | 75 | 453 | 134 | 24 |
| Binary | 1100010 | 100 | 1100011 | 1 | 1100000 | 0 | 111101 | 100101011 | 1011100 | 10100 |
Color Harmonies of #620463
Complementary color
Monochromatic Colors of #620463
Black with #620463
Text Example
Text Example
White with #620463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620463; }
p { color: rgb(98,4,99); }
H1.HeaderClassName
{
color: #620463;
}
.AnyTagClassName
{
color: #620463;
}
</style>
background-color css
<style>
a { background-color: #620463; }
a { background-color: rgb(98,4,99); }
div.DivClassName
{
background-color: #620463;
}
.BgClassName
{
background-color: #620463;
}
</style>
border-color css
<style>
span { border-color: #620463; }
span { border-color: rgb(98,4,99); }
td.TdClassName
{
border-color: #620463;
}
.TagClassName
{
border-color: #620463;
}
</style>