Shades of Palatinate Purple #620D6C
Tints of Palatinate Purple #620D6C
RGB
CMYK
RGB Variations
Color information
#620D6C (or 0x620D6C) is known color: Palatinate Purple. HEX triplet: 62, 0D and 6C. RGB value is (98,13,108). Sum of RGB (Red+Green+Blue) = 98+13+108=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #620D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D6C is #9DF293. Grayscale: #303030. Windows color (decimal): -10351252 or 7081314. OLE color: 7081314.
HSL color Cylindrical-coordinate representation of color #620D6C: hue angle of 293.68º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620D6C is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 13 | 108 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.58 |
| HSL | 293.68º | 0.79% | 0.24% | - |
| HSV(B) | 293.68º | 0.88% | 0.42% | - |
| XYZ | 7.89 | 3.97 | 14.54 | - |
| YUV | 49.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 108 | 0.09 | 0.88 | 0 | 0.58 | 293.68 | 0.79 | 0.24 |
| Hex | 62 | D | 6C | 9 | 58 | 0 | 3A | 126 | 4F | 18 |
| Octal | 142 | 15 | 154 | 11 | 130 | 0 | 72 | 446 | 117 | 30 |
| Binary | 1100010 | 1101 | 1101100 | 1001 | 1011000 | 0 | 111010 | 100100110 | 1001111 | 11000 |
Color Harmonies of #620D6C
Complementary color
Monochromatic Colors of #620D6C
Black with #620D6C
Text Example
Text Example
White with #620D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D6C; }
p { color: rgb(98,13,108); }
H1.HeaderClassName
{
color: #620D6C;
}
.AnyTagClassName
{
color: #620D6C;
}
</style>
background-color css
<style>
a { background-color: #620D6C; }
a { background-color: rgb(98,13,108); }
div.DivClassName
{
background-color: #620D6C;
}
.BgClassName
{
background-color: #620D6C;
}
</style>
border-color css
<style>
span { border-color: #620D6C; }
span { border-color: rgb(98,13,108); }
td.TdClassName
{
border-color: #620D6C;
}
.TagClassName
{
border-color: #620D6C;
}
</style>