Shades of Palatinate Purple #620D6A
Tints of Palatinate Purple #620D6A
RGB
CMYK
RGB Variations
Color information
#620D6A (or 0x620D6A) is known color: Palatinate Purple. HEX triplet: 62, 0D and 6A. RGB value is (98,13,106). Sum of RGB (Red+Green+Blue) = 98+13+106=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #620D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D6A is #9DF295. Grayscale: #303030. Windows color (decimal): -10351254 or 6950242. OLE color: 6950242.
HSL color Cylindrical-coordinate representation of color #620D6A: hue angle of 294.84º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620D6A is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 13 | 106 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.58 |
| HSL | 294.84º | 0.78% | 0.23% | - |
| HSV(B) | 294.84º | 0.88% | 0.42% | - |
| XYZ | 7.78 | 3.93 | 13.98 | - |
| YUV | 49.02 | 160.16 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 106 | 0.08 | 0.88 | 0 | 0.58 | 294.84 | 0.78 | 0.23 |
| Hex | 62 | D | 6A | 8 | 58 | 0 | 3A | 127 | 4E | 17 |
| Octal | 142 | 15 | 152 | 10 | 130 | 0 | 72 | 447 | 116 | 27 |
| Binary | 1100010 | 1101 | 1101010 | 1000 | 1011000 | 0 | 111010 | 100100111 | 1001110 | 10111 |
Color Harmonies of #620D6A
Complementary color
Monochromatic Colors of #620D6A
Black with #620D6A
Text Example
Text Example
White with #620D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D6A; }
p { color: rgb(98,13,106); }
H1.HeaderClassName
{
color: #620D6A;
}
.AnyTagClassName
{
color: #620D6A;
}
</style>
background-color css
<style>
a { background-color: #620D6A; }
a { background-color: rgb(98,13,106); }
div.DivClassName
{
background-color: #620D6A;
}
.BgClassName
{
background-color: #620D6A;
}
</style>
border-color css
<style>
span { border-color: #620D6A; }
span { border-color: rgb(98,13,106); }
td.TdClassName
{
border-color: #620D6A;
}
.TagClassName
{
border-color: #620D6A;
}
</style>