Shades of Palatinate Purple #620F55
Tints of Palatinate Purple #620F55
RGB
CMYK
RGB Variations
Color information
#620F55 (or 0x620F55) is known color: Palatinate Purple. HEX triplet: 62, 0F and 55. RGB value is (98,15,85). Sum of RGB (Red+Green+Blue) = 98+15+85=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #620F55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F55 is #9DF0AA. Grayscale: #2F2F2F. Windows color (decimal): -10350763 or 5574498. OLE color: 5574498.
HSL color Cylindrical-coordinate representation of color #620F55: hue angle of 309.4º 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 #620F55 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 85 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.62 |
| HSL | 309.4º | 0.73% | 0.22% | - |
| HSV(B) | 309.4º | 0.85% | 0.38% | - |
| XYZ | 6.85 | 3.59 | 8.93 | - |
| YUV | 47.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 85 | 0 | 0.85 | 0.13 | 0.62 | 309.4 | 0.73 | 0.22 |
| Hex | 62 | F | 55 | 0 | 55 | D | 3E | 135 | 49 | 16 |
| Octal | 142 | 17 | 125 | 0 | 125 | 15 | 76 | 465 | 111 | 26 |
| Binary | 1100010 | 1111 | 1010101 | 0 | 1010101 | 1101 | 111110 | 100110101 | 1001001 | 10110 |
Color Harmonies of #620F55
Complementary color
Monochromatic Colors of #620F55
Black with #620F55
Text Example
Text Example
White with #620F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F55; }
p { color: rgb(98,15,85); }
H1.HeaderClassName
{
color: #620F55;
}
.AnyTagClassName
{
color: #620F55;
}
</style>
background-color css
<style>
a { background-color: #620F55; }
a { background-color: rgb(98,15,85); }
div.DivClassName
{
background-color: #620F55;
}
.BgClassName
{
background-color: #620F55;
}
</style>
border-color css
<style>
span { border-color: #620F55; }
span { border-color: rgb(98,15,85); }
td.TdClassName
{
border-color: #620F55;
}
.TagClassName
{
border-color: #620F55;
}
</style>