Shades of Palatinate Purple #620B5D
Tints of Palatinate Purple #620B5D
RGB
CMYK
RGB Variations
Color information
#620B5D (or 0x620B5D) is known color: Palatinate Purple. HEX triplet: 62, 0B and 5D. RGB value is (98,11,93). Sum of RGB (Red+Green+Blue) = 98+11+93=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #620B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B5D is #9DF4A2. Grayscale: #2E2E2E. Windows color (decimal): -10351779 or 6097762. OLE color: 6097762.
HSL color Cylindrical-coordinate representation of color #620B5D: hue angle of 303.45º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620B5D is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 11 | 93 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.62 |
| HSL | 303.45º | 0.8% | 0.21% | - |
| HSV(B) | 303.45º | 0.89% | 0.38% | - |
| XYZ | 7.13 | 3.63 | 10.68 | - |
| YUV | 46.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 93 | 0 | 0.89 | 0.05 | 0.62 | 303.45 | 0.8 | 0.21 |
| Hex | 62 | B | 5D | 0 | 59 | 5 | 3E | 12F | 50 | 15 |
| Octal | 142 | 13 | 135 | 0 | 131 | 5 | 76 | 457 | 120 | 25 |
| Binary | 1100010 | 1011 | 1011101 | 0 | 1011001 | 101 | 111110 | 100101111 | 1010000 | 10101 |
Color Harmonies of #620B5D
Complementary color
Monochromatic Colors of #620B5D
Black with #620B5D
Text Example
Text Example
White with #620B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620B5D; }
p { color: rgb(98,11,93); }
H1.HeaderClassName
{
color: #620B5D;
}
.AnyTagClassName
{
color: #620B5D;
}
</style>
background-color css
<style>
a { background-color: #620B5D; }
a { background-color: rgb(98,11,93); }
div.DivClassName
{
background-color: #620B5D;
}
.BgClassName
{
background-color: #620B5D;
}
</style>
border-color css
<style>
span { border-color: #620B5D; }
span { border-color: rgb(98,11,93); }
td.TdClassName
{
border-color: #620B5D;
}
.TagClassName
{
border-color: #620B5D;
}
</style>