Shades of Palatinate Purple #620263
Tints of Palatinate Purple #620263
RGB
CMYK
RGB Variations
Color information
#620263 (or 0x620263) is known color: Palatinate Purple. HEX triplet: 62, 02 and 63. RGB value is (98,2,99). Sum of RGB (Red+Green+Blue) = 98+2+99=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #620263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620263 is #9DFD9C. Grayscale: #292929. Windows color (decimal): -10354077 or 6488674. OLE color: 6488674.
HSL color Cylindrical-coordinate representation of color #620263: hue angle of 299.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620263 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 2 | 99 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.61 |
| HSL | 299.38º | 0.96% | 0.2% | - |
| HSV(B) | 299.38º | 0.98% | 0.39% | - |
| XYZ | 7.31 | 3.54 | 12.1 | - |
| YUV | 41.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 99 | 0.01 | 0.98 | 0 | 0.61 | 299.38 | 0.96 | 0.2 |
| Hex | 62 | 2 | 63 | 1 | 62 | 0 | 3D | 12B | 60 | 14 |
| Octal | 142 | 2 | 143 | 1 | 142 | 0 | 75 | 453 | 140 | 24 |
| Binary | 1100010 | 10 | 1100011 | 1 | 1100010 | 0 | 111101 | 100101011 | 1100000 | 10100 |
Color Harmonies of #620263
Complementary color
Monochromatic Colors of #620263
Black with #620263
Text Example
Text Example
White with #620263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620263; }
p { color: rgb(98,2,99); }
H1.HeaderClassName
{
color: #620263;
}
.AnyTagClassName
{
color: #620263;
}
</style>
background-color css
<style>
a { background-color: #620263; }
a { background-color: rgb(98,2,99); }
div.DivClassName
{
background-color: #620263;
}
.BgClassName
{
background-color: #620263;
}
</style>
border-color css
<style>
span { border-color: #620263; }
span { border-color: rgb(98,2,99); }
td.TdClassName
{
border-color: #620263;
}
.TagClassName
{
border-color: #620263;
}
</style>