Shades of Palatinate Purple #620A5C
Tints of Palatinate Purple #620A5C
RGB
CMYK
RGB Variations
Color information
#620A5C (or 0x620A5C) is known color: Palatinate Purple. HEX triplet: 62, 0A and 5C. RGB value is (98,10,92). Sum of RGB (Red+Green+Blue) = 98+10+92=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #620A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A5C is #9DF5A3. Grayscale: #2D2D2D. Windows color (decimal): -10352036 or 6031970. OLE color: 6031970.
HSL color Cylindrical-coordinate representation of color #620A5C: hue angle of 304.09º 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 #620A5C is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 92 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.62 |
| HSL | 304.09º | 0.81% | 0.21% | - |
| HSV(B) | 304.09º | 0.9% | 0.38% | - |
| XYZ | 7.08 | 3.59 | 10.44 | - |
| YUV | 45.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 92 | 0 | 0.90 | 0.06 | 0.62 | 304.09 | 0.81 | 0.21 |
| Hex | 62 | A | 5C | 0 | 5A | 6 | 3E | 130 | 51 | 15 |
| Octal | 142 | 12 | 134 | 0 | 132 | 6 | 76 | 460 | 121 | 25 |
| Binary | 1100010 | 1010 | 1011100 | 0 | 1011010 | 110 | 111110 | 100110000 | 1010001 | 10101 |
Color Harmonies of #620A5C
Complementary color
Monochromatic Colors of #620A5C
Black with #620A5C
Text Example
Text Example
White with #620A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A5C; }
p { color: rgb(98,10,92); }
H1.HeaderClassName
{
color: #620A5C;
}
.AnyTagClassName
{
color: #620A5C;
}
</style>
background-color css
<style>
a { background-color: #620A5C; }
a { background-color: rgb(98,10,92); }
div.DivClassName
{
background-color: #620A5C;
}
.BgClassName
{
background-color: #620A5C;
}
</style>
border-color css
<style>
span { border-color: #620A5C; }
span { border-color: rgb(98,10,92); }
td.TdClassName
{
border-color: #620A5C;
}
.TagClassName
{
border-color: #620A5C;
}
</style>