Shades of Palatinate Purple #620C5B
Tints of Palatinate Purple #620C5B
RGB
CMYK
RGB Variations
Color information
#620C5B (or 0x620C5B) is known color: Palatinate Purple. HEX triplet: 62, 0C and 5B. RGB value is (98,12,91). Sum of RGB (Red+Green+Blue) = 98+12+91=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #620C5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C5B is #9DF3A4. Grayscale: #2E2E2E. Windows color (decimal): -10351525 or 5966946. OLE color: 5966946.
HSL color Cylindrical-coordinate representation of color #620C5B: hue angle of 304.88º 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 #620C5B is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 91 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.62 |
| HSL | 304.88º | 0.78% | 0.22% | - |
| HSV(B) | 304.88º | 0.88% | 0.38% | - |
| XYZ | 7.06 | 3.61 | 10.22 | - |
| YUV | 46.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 91 | 0 | 0.88 | 0.07 | 0.62 | 304.88 | 0.78 | 0.22 |
| Hex | 62 | C | 5B | 0 | 58 | 7 | 3E | 131 | 4E | 16 |
| Octal | 142 | 14 | 133 | 0 | 130 | 7 | 76 | 461 | 116 | 26 |
| Binary | 1100010 | 1100 | 1011011 | 0 | 1011000 | 111 | 111110 | 100110001 | 1001110 | 10110 |
Color Harmonies of #620C5B
Complementary color
Monochromatic Colors of #620C5B
Black with #620C5B
Text Example
Text Example
White with #620C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C5B; }
p { color: rgb(98,12,91); }
H1.HeaderClassName
{
color: #620C5B;
}
.AnyTagClassName
{
color: #620C5B;
}
</style>
background-color css
<style>
a { background-color: #620C5B; }
a { background-color: rgb(98,12,91); }
div.DivClassName
{
background-color: #620C5B;
}
.BgClassName
{
background-color: #620C5B;
}
</style>
border-color css
<style>
span { border-color: #620C5B; }
span { border-color: rgb(98,12,91); }
td.TdClassName
{
border-color: #620C5B;
}
.TagClassName
{
border-color: #620C5B;
}
</style>