Shades of Palatinate Purple #620D54
Tints of Palatinate Purple #620D54
RGB
CMYK
RGB Variations
Color information
#620D54 (or 0x620D54) is known color: Palatinate Purple. HEX triplet: 62, 0D and 54. RGB value is (98,13,84). Sum of RGB (Red+Green+Blue) = 98+13+84=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #620D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D54 is #9DF2AB. Grayscale: #2E2E2E. Windows color (decimal): -10351276 or 5508450. OLE color: 5508450.
HSL color Cylindrical-coordinate representation of color #620D54: hue angle of 309.88º 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 #620D54 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 84 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.62 |
| HSL | 309.88º | 0.77% | 0.22% | - |
| HSV(B) | 309.88º | 0.87% | 0.38% | - |
| XYZ | 6.78 | 3.52 | 8.71 | - |
| YUV | 46.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 84 | 0 | 0.87 | 0.14 | 0.62 | 309.88 | 0.77 | 0.22 |
| Hex | 62 | D | 54 | 0 | 57 | E | 3E | 136 | 4D | 16 |
| Octal | 142 | 15 | 124 | 0 | 127 | 16 | 76 | 466 | 115 | 26 |
| Binary | 1100010 | 1101 | 1010100 | 0 | 1010111 | 1110 | 111110 | 100110110 | 1001101 | 10110 |
Color Harmonies of #620D54
Complementary color
Monochromatic Colors of #620D54
Black with #620D54
Text Example
Text Example
White with #620D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D54; }
p { color: rgb(98,13,84); }
H1.HeaderClassName
{
color: #620D54;
}
.AnyTagClassName
{
color: #620D54;
}
</style>
background-color css
<style>
a { background-color: #620D54; }
a { background-color: rgb(98,13,84); }
div.DivClassName
{
background-color: #620D54;
}
.BgClassName
{
background-color: #620D54;
}
</style>
border-color css
<style>
span { border-color: #620D54; }
span { border-color: rgb(98,13,84); }
td.TdClassName
{
border-color: #620D54;
}
.TagClassName
{
border-color: #620D54;
}
</style>