Shades of Palatinate Purple #620C54
Tints of Palatinate Purple #620C54
RGB
CMYK
RGB Variations
Color information
#620C54 (or 0x620C54) is known color: Palatinate Purple. HEX triplet: 62, 0C and 54. RGB value is (98,12,84). Sum of RGB (Red+Green+Blue) = 98+12+84=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #620C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C54 is #9DF3AB. Grayscale: #2D2D2D. Windows color (decimal): -10351532 or 5508194. OLE color: 5508194.
HSL color Cylindrical-coordinate representation of color #620C54: hue angle of 309.77º 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 #620C54 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 84 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.62 |
| HSL | 309.77º | 0.78% | 0.22% | - |
| HSV(B) | 309.77º | 0.88% | 0.38% | - |
| XYZ | 6.77 | 3.5 | 8.71 | - |
| YUV | 45.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 84 | 0 | 0.88 | 0.14 | 0.62 | 309.77 | 0.78 | 0.22 |
| Hex | 62 | C | 54 | 0 | 58 | E | 3E | 136 | 4E | 16 |
| Octal | 142 | 14 | 124 | 0 | 130 | 16 | 76 | 466 | 116 | 26 |
| Binary | 1100010 | 1100 | 1010100 | 0 | 1011000 | 1110 | 111110 | 100110110 | 1001110 | 10110 |
Color Harmonies of #620C54
Complementary color
Monochromatic Colors of #620C54
Black with #620C54
Text Example
Text Example
White with #620C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C54; }
p { color: rgb(98,12,84); }
H1.HeaderClassName
{
color: #620C54;
}
.AnyTagClassName
{
color: #620C54;
}
</style>
background-color css
<style>
a { background-color: #620C54; }
a { background-color: rgb(98,12,84); }
div.DivClassName
{
background-color: #620C54;
}
.BgClassName
{
background-color: #620C54;
}
</style>
border-color css
<style>
span { border-color: #620C54; }
span { border-color: rgb(98,12,84); }
td.TdClassName
{
border-color: #620C54;
}
.TagClassName
{
border-color: #620C54;
}
</style>