Shades of Palatinate Purple #620D53
Tints of Palatinate Purple #620D53
RGB
CMYK
RGB Variations
Color information
#620D53 (or 0x620D53) is known color: Palatinate Purple. HEX triplet: 62, 0D and 53. RGB value is (98,13,83). Sum of RGB (Red+Green+Blue) = 98+13+83=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #620D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D53 is #9DF2AC. Grayscale: #2E2E2E. Windows color (decimal): -10351277 or 5442914. OLE color: 5442914.
HSL color Cylindrical-coordinate representation of color #620D53: hue angle of 310.59º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D53 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 83 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.62 |
| HSL | 310.59º | 0.77% | 0.22% | - |
| HSV(B) | 310.59º | 0.87% | 0.38% | - |
| XYZ | 6.74 | 3.51 | 8.51 | - |
| YUV | 46.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 83 | 0 | 0.87 | 0.15 | 0.62 | 310.59 | 0.77 | 0.22 |
| Hex | 62 | D | 53 | 0 | 57 | F | 3E | 137 | 4D | 16 |
| Octal | 142 | 15 | 123 | 0 | 127 | 17 | 76 | 467 | 115 | 26 |
| Binary | 1100010 | 1101 | 1010011 | 0 | 1010111 | 1111 | 111110 | 100110111 | 1001101 | 10110 |
Color Harmonies of #620D53
Complementary color
Monochromatic Colors of #620D53
Black with #620D53
Text Example
Text Example
White with #620D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D53; }
p { color: rgb(98,13,83); }
H1.HeaderClassName
{
color: #620D53;
}
.AnyTagClassName
{
color: #620D53;
}
</style>
background-color css
<style>
a { background-color: #620D53; }
a { background-color: rgb(98,13,83); }
div.DivClassName
{
background-color: #620D53;
}
.BgClassName
{
background-color: #620D53;
}
</style>
border-color css
<style>
span { border-color: #620D53; }
span { border-color: rgb(98,13,83); }
td.TdClassName
{
border-color: #620D53;
}
.TagClassName
{
border-color: #620D53;
}
</style>