Shades of Palatinate Purple #620C5D
Tints of Palatinate Purple #620C5D
RGB
CMYK
RGB Variations
Color information
#620C5D (or 0x620C5D) is known color: Palatinate Purple. HEX triplet: 62, 0C and 5D. RGB value is (98,12,93). Sum of RGB (Red+Green+Blue) = 98+12+93=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #620C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C5D is #9DF3A2. Grayscale: #2E2E2E. Windows color (decimal): -10351523 or 6098018. OLE color: 6098018.
HSL color Cylindrical-coordinate representation of color #620C5D: hue angle of 303.49º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C5D is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 93 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.62 |
| HSL | 303.49º | 0.78% | 0.22% | - |
| HSV(B) | 303.49º | 0.88% | 0.38% | - |
| XYZ | 7.14 | 3.65 | 10.68 | - |
| YUV | 46.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 93 | 0 | 0.88 | 0.05 | 0.62 | 303.49 | 0.78 | 0.22 |
| Hex | 62 | C | 5D | 0 | 58 | 5 | 3E | 12F | 4E | 16 |
| Octal | 142 | 14 | 135 | 0 | 130 | 5 | 76 | 457 | 116 | 26 |
| Binary | 1100010 | 1100 | 1011101 | 0 | 1011000 | 101 | 111110 | 100101111 | 1001110 | 10110 |
Color Harmonies of #620C5D
Complementary color
Monochromatic Colors of #620C5D
Black with #620C5D
Text Example
Text Example
White with #620C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C5D; }
p { color: rgb(98,12,93); }
H1.HeaderClassName
{
color: #620C5D;
}
.AnyTagClassName
{
color: #620C5D;
}
</style>
background-color css
<style>
a { background-color: #620C5D; }
a { background-color: rgb(98,12,93); }
div.DivClassName
{
background-color: #620C5D;
}
.BgClassName
{
background-color: #620C5D;
}
</style>
border-color css
<style>
span { border-color: #620C5D; }
span { border-color: rgb(98,12,93); }
td.TdClassName
{
border-color: #620C5D;
}
.TagClassName
{
border-color: #620C5D;
}
</style>