Shades of Palatinate Purple #620A5F
Tints of Palatinate Purple #620A5F
RGB
CMYK
RGB Variations
Color information
#620A5F (or 0x620A5F) is known color: Palatinate Purple. HEX triplet: 62, 0A and 5F. RGB value is (98,10,95). Sum of RGB (Red+Green+Blue) = 98+10+95=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #620A5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A5F is #9DF5A0. Grayscale: #2D2D2D. Windows color (decimal): -10352033 or 6228578. OLE color: 6228578.
HSL color Cylindrical-coordinate representation of color #620A5F: hue angle of 302.05º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A5F is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 95 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.62 |
| HSL | 302.05º | 0.81% | 0.21% | - |
| HSV(B) | 302.05º | 0.9% | 0.38% | - |
| XYZ | 7.21 | 3.64 | 11.15 | - |
| YUV | 46 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 95 | 0 | 0.90 | 0.03 | 0.62 | 302.05 | 0.81 | 0.21 |
| Hex | 62 | A | 5F | 0 | 5A | 3 | 3E | 12E | 51 | 15 |
| Octal | 142 | 12 | 137 | 0 | 132 | 3 | 76 | 456 | 121 | 25 |
| Binary | 1100010 | 1010 | 1011111 | 0 | 1011010 | 11 | 111110 | 100101110 | 1010001 | 10101 |
Color Harmonies of #620A5F
Complementary color
Monochromatic Colors of #620A5F
Black with #620A5F
Text Example
Text Example
White with #620A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A5F; }
p { color: rgb(98,10,95); }
H1.HeaderClassName
{
color: #620A5F;
}
.AnyTagClassName
{
color: #620A5F;
}
</style>
background-color css
<style>
a { background-color: #620A5F; }
a { background-color: rgb(98,10,95); }
div.DivClassName
{
background-color: #620A5F;
}
.BgClassName
{
background-color: #620A5F;
}
</style>
border-color css
<style>
span { border-color: #620A5F; }
span { border-color: rgb(98,10,95); }
td.TdClassName
{
border-color: #620A5F;
}
.TagClassName
{
border-color: #620A5F;
}
</style>