Shades of Palatinate Purple #620958
Tints of Palatinate Purple #620958
RGB
CMYK
RGB Variations
Color information
#620958 (or 0x620958) is known color: Palatinate Purple. HEX triplet: 62, 09 and 58. RGB value is (98,9,88). Sum of RGB (Red+Green+Blue) = 98+9+88=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #620958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620958 is #9DF6A7. Grayscale: #2C2C2C. Windows color (decimal): -10352296 or 5769570. OLE color: 5769570.
HSL color Cylindrical-coordinate representation of color #620958: hue angle of 306.74º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620958 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 9 | 88 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.62 |
| HSL | 306.74º | 0.83% | 0.21% | - |
| HSV(B) | 306.74º | 0.91% | 0.38% | - |
| XYZ | 6.9 | 3.5 | 9.54 | - |
| YUV | 44.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 9 | 88 | 0 | 0.91 | 0.10 | 0.62 | 306.74 | 0.83 | 0.21 |
| Hex | 62 | 9 | 58 | 0 | 5B | A | 3E | 133 | 53 | 15 |
| Octal | 142 | 11 | 130 | 0 | 133 | 12 | 76 | 463 | 123 | 25 |
| Binary | 1100010 | 1001 | 1011000 | 0 | 1011011 | 1010 | 111110 | 100110011 | 1010011 | 10101 |
Color Harmonies of #620958
Complementary color
Monochromatic Colors of #620958
Black with #620958
Text Example
Text Example
White with #620958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620958; }
p { color: rgb(98,9,88); }
H1.HeaderClassName
{
color: #620958;
}
.AnyTagClassName
{
color: #620958;
}
</style>
background-color css
<style>
a { background-color: #620958; }
a { background-color: rgb(98,9,88); }
div.DivClassName
{
background-color: #620958;
}
.BgClassName
{
background-color: #620958;
}
</style>
border-color css
<style>
span { border-color: #620958; }
span { border-color: rgb(98,9,88); }
td.TdClassName
{
border-color: #620958;
}
.TagClassName
{
border-color: #620958;
}
</style>