Shades of Palatinate Purple #620F54
Tints of Palatinate Purple #620F54
RGB
CMYK
RGB Variations
Color information
#620F54 (or 0x620F54) is known color: Palatinate Purple. HEX triplet: 62, 0F and 54. RGB value is (98,15,84). Sum of RGB (Red+Green+Blue) = 98+15+84=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #620F54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F54 is #9DF0AB. Grayscale: #2F2F2F. Windows color (decimal): -10350764 or 5508962. OLE color: 5508962.
HSL color Cylindrical-coordinate representation of color #620F54: hue angle of 310.12º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F54 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 84 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.62 |
| HSL | 310.12º | 0.73% | 0.22% | - |
| HSV(B) | 310.12º | 0.85% | 0.38% | - |
| XYZ | 6.81 | 3.58 | 8.72 | - |
| YUV | 47.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 84 | 0 | 0.85 | 0.14 | 0.62 | 310.12 | 0.73 | 0.22 |
| Hex | 62 | F | 54 | 0 | 55 | E | 3E | 136 | 49 | 16 |
| Octal | 142 | 17 | 124 | 0 | 125 | 16 | 76 | 466 | 111 | 26 |
| Binary | 1100010 | 1111 | 1010100 | 0 | 1010101 | 1110 | 111110 | 100110110 | 1001001 | 10110 |
Color Harmonies of #620F54
Complementary color
Monochromatic Colors of #620F54
Black with #620F54
Text Example
Text Example
White with #620F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F54; }
p { color: rgb(98,15,84); }
H1.HeaderClassName
{
color: #620F54;
}
.AnyTagClassName
{
color: #620F54;
}
</style>
background-color css
<style>
a { background-color: #620F54; }
a { background-color: rgb(98,15,84); }
div.DivClassName
{
background-color: #620F54;
}
.BgClassName
{
background-color: #620F54;
}
</style>
border-color css
<style>
span { border-color: #620F54; }
span { border-color: rgb(98,15,84); }
td.TdClassName
{
border-color: #620F54;
}
.TagClassName
{
border-color: #620F54;
}
</style>