Shades of Palatinate Purple #620E5A
Tints of Palatinate Purple #620E5A
RGB
CMYK
RGB Variations
Color information
#620E5A (or 0x620E5A) is known color: Palatinate Purple. HEX triplet: 62, 0E and 5A. RGB value is (98,14,90). Sum of RGB (Red+Green+Blue) = 98+14+90=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #620E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E5A is #9DF1A5. Grayscale: #2F2F2F. Windows color (decimal): -10351014 or 5901922. OLE color: 5901922.
HSL color Cylindrical-coordinate representation of color #620E5A: hue angle of 305.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E5A is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 90 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.62 |
| HSL | 305.71º | 0.75% | 0.22% | - |
| HSV(B) | 305.71º | 0.86% | 0.38% | - |
| XYZ | 7.04 | 3.65 | 10.01 | - |
| YUV | 47.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 90 | 0 | 0.86 | 0.08 | 0.62 | 305.71 | 0.75 | 0.22 |
| Hex | 62 | E | 5A | 0 | 56 | 8 | 3E | 132 | 4B | 16 |
| Octal | 142 | 16 | 132 | 0 | 126 | 10 | 76 | 462 | 113 | 26 |
| Binary | 1100010 | 1110 | 1011010 | 0 | 1010110 | 1000 | 111110 | 100110010 | 1001011 | 10110 |
Color Harmonies of #620E5A
Complementary color
Monochromatic Colors of #620E5A
Black with #620E5A
Text Example
Text Example
White with #620E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E5A; }
p { color: rgb(98,14,90); }
H1.HeaderClassName
{
color: #620E5A;
}
.AnyTagClassName
{
color: #620E5A;
}
</style>
background-color css
<style>
a { background-color: #620E5A; }
a { background-color: rgb(98,14,90); }
div.DivClassName
{
background-color: #620E5A;
}
.BgClassName
{
background-color: #620E5A;
}
</style>
border-color css
<style>
span { border-color: #620E5A; }
span { border-color: rgb(98,14,90); }
td.TdClassName
{
border-color: #620E5A;
}
.TagClassName
{
border-color: #620E5A;
}
</style>