Shades of Palatinate Purple #62005D
Tints of Palatinate Purple #62005D
RGB
CMYK
RGB Variations
Color information
#62005D (or 0x62005D) is known color: Palatinate Purple. HEX triplet: 62, 00 and 5D. RGB value is (98,0,93). Sum of RGB (Red+Green+Blue) = 98+0+93=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62005D is #9DFFA2. Grayscale: #272727. Windows color (decimal): -10354595 or 6094946. OLE color: 6094946.
HSL color Cylindrical-coordinate representation of color #62005D: hue angle of 303.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62005D is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.05 | 0.62 |
| HSL | 303.06º | 1% | 0.19% | - |
| HSV(B) | 303.06º | 1% | 0.38% | - |
| XYZ | 7.01 | 3.39 | 10.64 | - |
| YUV | 39.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 93 | 0 | 1 | 0.05 | 0.62 | 303.06 | 1 | 0.19 |
| Hex | 62 | 0 | 5D | 0 | 64 | 5 | 3E | 12F | 64 | 13 |
| Octal | 142 | 0 | 135 | 0 | 144 | 5 | 76 | 457 | 144 | 23 |
| Binary | 1100010 | 0 | 1011101 | 0 | 1100100 | 101 | 111110 | 100101111 | 1100100 | 10011 |
Color Harmonies of #62005D
Complementary color
Monochromatic Colors of #62005D
Black with #62005D
Text Example
Text Example
White with #62005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62005D; }
p { color: rgb(98,0,93); }
H1.HeaderClassName
{
color: #62005D;
}
.AnyTagClassName
{
color: #62005D;
}
</style>
background-color css
<style>
a { background-color: #62005D; }
a { background-color: rgb(98,0,93); }
div.DivClassName
{
background-color: #62005D;
}
.BgClassName
{
background-color: #62005D;
}
</style>
border-color css
<style>
span { border-color: #62005D; }
span { border-color: rgb(98,0,93); }
td.TdClassName
{
border-color: #62005D;
}
.TagClassName
{
border-color: #62005D;
}
</style>