Shades of Palatinate Purple #620959
Tints of Palatinate Purple #620959
RGB
CMYK
RGB Variations
Color information
#620959 (or 0x620959) is known color: Palatinate Purple. HEX triplet: 62, 09 and 59. RGB value is (98,9,89). Sum of RGB (Red+Green+Blue) = 98+9+89=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #620959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620959 is #9DF6A6. Grayscale: #2C2C2C. Windows color (decimal): -10352295 or 5835106. OLE color: 5835106.
HSL color Cylindrical-coordinate representation of color #620959: hue angle of 306.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620959 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 9 | 89 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.62 |
| HSL | 306.07º | 0.83% | 0.21% | - |
| HSV(B) | 306.07º | 0.91% | 0.38% | - |
| XYZ | 6.94 | 3.51 | 9.76 | - |
| YUV | 44.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 89 | 0 | 0.91 | 0.09 | 0.62 | 306.07 | 0.83 | 0.21 |
| Hex | 62 | 9 | 59 | 0 | 5B | 9 | 3E | 132 | 53 | 15 |
| Octal | 142 | 11 | 131 | 0 | 133 | 11 | 76 | 462 | 123 | 25 |
| Binary | 1100010 | 1001 | 1011001 | 0 | 1011011 | 1001 | 111110 | 100110010 | 1010011 | 10101 |
Color Harmonies of #620959
Complementary color
Monochromatic Colors of #620959
Black with #620959
Text Example
Text Example
White with #620959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620959; }
p { color: rgb(98,9,89); }
H1.HeaderClassName
{
color: #620959;
}
.AnyTagClassName
{
color: #620959;
}
</style>
background-color css
<style>
a { background-color: #620959; }
a { background-color: rgb(98,9,89); }
div.DivClassName
{
background-color: #620959;
}
.BgClassName
{
background-color: #620959;
}
</style>
border-color css
<style>
span { border-color: #620959; }
span { border-color: rgb(98,9,89); }
td.TdClassName
{
border-color: #620959;
}
.TagClassName
{
border-color: #620959;
}
</style>