Shades of Palatinate Purple #620A60
Tints of Palatinate Purple #620A60
RGB
CMYK
RGB Variations
Color information
#620A60 (or 0x620A60) is known color: Palatinate Purple. HEX triplet: 62, 0A and 60. RGB value is (98,10,96). Sum of RGB (Red+Green+Blue) = 98+10+96=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #620A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A60 is #9DF59F. Grayscale: #2D2D2D. Windows color (decimal): -10352032 or 6294114. OLE color: 6294114.
HSL color Cylindrical-coordinate representation of color #620A60: hue angle of 301.36º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A60 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 96 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.62 |
| HSL | 301.36º | 0.81% | 0.21% | - |
| HSV(B) | 301.36º | 0.9% | 0.38% | - |
| XYZ | 7.26 | 3.66 | 11.39 | - |
| YUV | 46.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 96 | 0 | 0.90 | 0.02 | 0.62 | 301.36 | 0.81 | 0.21 |
| Hex | 62 | A | 60 | 0 | 5A | 2 | 3E | 12D | 51 | 15 |
| Octal | 142 | 12 | 140 | 0 | 132 | 2 | 76 | 455 | 121 | 25 |
| Binary | 1100010 | 1010 | 1100000 | 0 | 1011010 | 10 | 111110 | 100101101 | 1010001 | 10101 |
Color Harmonies of #620A60
Complementary color
Monochromatic Colors of #620A60
Black with #620A60
Text Example
Text Example
White with #620A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A60; }
p { color: rgb(98,10,96); }
H1.HeaderClassName
{
color: #620A60;
}
.AnyTagClassName
{
color: #620A60;
}
</style>
background-color css
<style>
a { background-color: #620A60; }
a { background-color: rgb(98,10,96); }
div.DivClassName
{
background-color: #620A60;
}
.BgClassName
{
background-color: #620A60;
}
</style>
border-color css
<style>
span { border-color: #620A60; }
span { border-color: rgb(98,10,96); }
td.TdClassName
{
border-color: #620A60;
}
.TagClassName
{
border-color: #620A60;
}
</style>