Shades of Palatinate Purple #620D6E
Tints of Palatinate Purple #620D6E
RGB
CMYK
RGB Variations
Color information
#620D6E (or 0x620D6E) is known color: Palatinate Purple. HEX triplet: 62, 0D and 6E. RGB value is (98,13,110). Sum of RGB (Red+Green+Blue) = 98+13+110=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #620D6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D6E is #9DF291. Grayscale: #313131. Windows color (decimal): -10351250 or 7212386. OLE color: 7212386.
HSL color Cylindrical-coordinate representation of color #620D6E: hue angle of 292.58º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620D6E is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 13 | 110 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.57 |
| HSL | 292.58º | 0.79% | 0.24% | - |
| HSV(B) | 292.58º | 0.88% | 0.43% | - |
| XYZ | 8 | 4.01 | 15.1 | - |
| YUV | 49.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 110 | 0.11 | 0.88 | 0 | 0.57 | 292.58 | 0.79 | 0.24 |
| Hex | 62 | D | 6E | B | 58 | 0 | 39 | 125 | 4F | 18 |
| Octal | 142 | 15 | 156 | 13 | 130 | 0 | 71 | 445 | 117 | 30 |
| Binary | 1100010 | 1101 | 1101110 | 1011 | 1011000 | 0 | 111001 | 100100101 | 1001111 | 11000 |
Color Harmonies of #620D6E
Complementary color
Monochromatic Colors of #620D6E
Black with #620D6E
Text Example
Text Example
White with #620D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D6E; }
p { color: rgb(98,13,110); }
H1.HeaderClassName
{
color: #620D6E;
}
.AnyTagClassName
{
color: #620D6E;
}
</style>
background-color css
<style>
a { background-color: #620D6E; }
a { background-color: rgb(98,13,110); }
div.DivClassName
{
background-color: #620D6E;
}
.BgClassName
{
background-color: #620D6E;
}
</style>
border-color css
<style>
span { border-color: #620D6E; }
span { border-color: rgb(98,13,110); }
td.TdClassName
{
border-color: #620D6E;
}
.TagClassName
{
border-color: #620D6E;
}
</style>