Shades of Palatinate Purple #62385D
Tints of Palatinate Purple #62385D
RGB
CMYK
RGB Variations
Color information
#62385D (or 0x62385D) is known color: Palatinate Purple. HEX triplet: 62, 38 and 5D. RGB value is (98,56,93). Sum of RGB (Red+Green+Blue) = 98+56+93=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #62385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62385D is #9DC7A2. Grayscale: #484848. Windows color (decimal): -10340259 or 6109282. OLE color: 6109282.
HSL color Cylindrical-coordinate representation of color #62385D: hue angle of 307.14º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62385D is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 93 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.62 |
| HSL | 307.14º | 0.27% | 0.3% | - |
| HSV(B) | 307.14º | 0.43% | 0.38% | - |
| XYZ | 8.43 | 6.22 | 11.11 | - |
| YUV | 72.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 93 | 0 | 0.43 | 0.05 | 0.62 | 307.14 | 0.27 | 0.3 |
| Hex | 62 | 38 | 5D | 0 | 2B | 5 | 3E | 133 | 1B | 1E |
| Octal | 142 | 70 | 135 | 0 | 53 | 5 | 76 | 463 | 33 | 36 |
| Binary | 1100010 | 111000 | 1011101 | 0 | 101011 | 101 | 111110 | 100110011 | 11011 | 11110 |
Color Harmonies of #62385D
Complementary color
Monochromatic Colors of #62385D
Black with #62385D
Text Example
Text Example
White with #62385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62385D; }
p { color: rgb(98,56,93); }
H1.HeaderClassName
{
color: #62385D;
}
.AnyTagClassName
{
color: #62385D;
}
</style>
background-color css
<style>
a { background-color: #62385D; }
a { background-color: rgb(98,56,93); }
div.DivClassName
{
background-color: #62385D;
}
.BgClassName
{
background-color: #62385D;
}
</style>
border-color css
<style>
span { border-color: #62385D; }
span { border-color: rgb(98,56,93); }
td.TdClassName
{
border-color: #62385D;
}
.TagClassName
{
border-color: #62385D;
}
</style>