Shades of Palatinate Purple #620D6B
Tints of Palatinate Purple #620D6B
RGB
CMYK
RGB Variations
Color information
#620D6B (or 0x620D6B) is known color: Palatinate Purple. HEX triplet: 62, 0D and 6B. RGB value is (98,13,107). Sum of RGB (Red+Green+Blue) = 98+13+107=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #620D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D6B is #9DF294. Grayscale: #303030. Windows color (decimal): -10351253 or 7015778. OLE color: 7015778.
HSL color Cylindrical-coordinate representation of color #620D6B: hue angle of 294.26º degrees, saturation: 0.78, 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 #620D6B is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 13 | 107 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.58 |
| HSL | 294.26º | 0.78% | 0.24% | - |
| HSV(B) | 294.26º | 0.88% | 0.42% | - |
| XYZ | 7.83 | 3.95 | 14.26 | - |
| YUV | 49.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 107 | 0.08 | 0.88 | 0 | 0.58 | 294.26 | 0.78 | 0.24 |
| Hex | 62 | D | 6B | 8 | 58 | 0 | 3A | 126 | 4E | 18 |
| Octal | 142 | 15 | 153 | 10 | 130 | 0 | 72 | 446 | 116 | 30 |
| Binary | 1100010 | 1101 | 1101011 | 1000 | 1011000 | 0 | 111010 | 100100110 | 1001110 | 11000 |
Color Harmonies of #620D6B
Complementary color
Monochromatic Colors of #620D6B
Black with #620D6B
Text Example
Text Example
White with #620D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D6B; }
p { color: rgb(98,13,107); }
H1.HeaderClassName
{
color: #620D6B;
}
.AnyTagClassName
{
color: #620D6B;
}
</style>
background-color css
<style>
a { background-color: #620D6B; }
a { background-color: rgb(98,13,107); }
div.DivClassName
{
background-color: #620D6B;
}
.BgClassName
{
background-color: #620D6B;
}
</style>
border-color css
<style>
span { border-color: #620D6B; }
span { border-color: rgb(98,13,107); }
td.TdClassName
{
border-color: #620D6B;
}
.TagClassName
{
border-color: #620D6B;
}
</style>