Shades of Palatinate Purple #620D64
Tints of Palatinate Purple #620D64
RGB
CMYK
RGB Variations
Color information
#620D64 (or 0x620D64) is known color: Palatinate Purple. HEX triplet: 62, 0D and 64. RGB value is (98,13,100). Sum of RGB (Red+Green+Blue) = 98+13+100=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #620D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D64 is #9DF29B. Grayscale: #303030. Windows color (decimal): -10351260 or 6557026. OLE color: 6557026.
HSL color Cylindrical-coordinate representation of color #620D64: hue angle of 298.62º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D64 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 13 | 100 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.61 |
| HSL | 298.62º | 0.77% | 0.22% | - |
| HSV(B) | 298.62º | 0.87% | 0.39% | - |
| XYZ | 7.48 | 3.8 | 12.4 | - |
| YUV | 48.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 100 | 0.02 | 0.87 | 0 | 0.61 | 298.62 | 0.77 | 0.22 |
| Hex | 62 | D | 64 | 2 | 57 | 0 | 3D | 12B | 4D | 16 |
| Octal | 142 | 15 | 144 | 2 | 127 | 0 | 75 | 453 | 115 | 26 |
| Binary | 1100010 | 1101 | 1100100 | 10 | 1010111 | 0 | 111101 | 100101011 | 1001101 | 10110 |
Color Harmonies of #620D64
Complementary color
Monochromatic Colors of #620D64
Black with #620D64
Text Example
Text Example
White with #620D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D64; }
p { color: rgb(98,13,100); }
H1.HeaderClassName
{
color: #620D64;
}
.AnyTagClassName
{
color: #620D64;
}
</style>
background-color css
<style>
a { background-color: #620D64; }
a { background-color: rgb(98,13,100); }
div.DivClassName
{
background-color: #620D64;
}
.BgClassName
{
background-color: #620D64;
}
</style>
border-color css
<style>
span { border-color: #620D64; }
span { border-color: rgb(98,13,100); }
td.TdClassName
{
border-color: #620D64;
}
.TagClassName
{
border-color: #620D64;
}
</style>