Shades of Palatinate Purple #620C53
Tints of Palatinate Purple #620C53
RGB
CMYK
RGB Variations
Color information
#620C53 (or 0x620C53) is known color: Palatinate Purple. HEX triplet: 62, 0C and 53. RGB value is (98,12,83). Sum of RGB (Red+Green+Blue) = 98+12+83=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #620C53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C53 is #9DF3AC. Grayscale: #2D2D2D. Windows color (decimal): -10351533 or 5442658. OLE color: 5442658.
HSL color Cylindrical-coordinate representation of color #620C53: hue angle of 310.47º 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 #620C53 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 83 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.62 |
| HSL | 310.47º | 0.78% | 0.22% | - |
| HSV(B) | 310.47º | 0.88% | 0.38% | - |
| XYZ | 6.73 | 3.48 | 8.5 | - |
| YUV | 45.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 83 | 0 | 0.88 | 0.15 | 0.62 | 310.47 | 0.78 | 0.22 |
| Hex | 62 | C | 53 | 0 | 58 | F | 3E | 136 | 4E | 16 |
| Octal | 142 | 14 | 123 | 0 | 130 | 17 | 76 | 466 | 116 | 26 |
| Binary | 1100010 | 1100 | 1010011 | 0 | 1011000 | 1111 | 111110 | 100110110 | 1001110 | 10110 |
Color Harmonies of #620C53
Complementary color
Monochromatic Colors of #620C53
Black with #620C53
Text Example
Text Example
White with #620C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C53; }
p { color: rgb(98,12,83); }
H1.HeaderClassName
{
color: #620C53;
}
.AnyTagClassName
{
color: #620C53;
}
</style>
background-color css
<style>
a { background-color: #620C53; }
a { background-color: rgb(98,12,83); }
div.DivClassName
{
background-color: #620C53;
}
.BgClassName
{
background-color: #620C53;
}
</style>
border-color css
<style>
span { border-color: #620C53; }
span { border-color: rgb(98,12,83); }
td.TdClassName
{
border-color: #620C53;
}
.TagClassName
{
border-color: #620C53;
}
</style>