Shades of Palatinate Purple #62395C
Tints of Palatinate Purple #62395C
RGB
CMYK
RGB Variations
Color information
#62395C (or 0x62395C) is known color: Palatinate Purple. HEX triplet: 62, 39 and 5C. RGB value is (98,57,92). Sum of RGB (Red+Green+Blue) = 98+57+92=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #62395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62395C is #9DC6A3. Grayscale: #494949. Windows color (decimal): -10340004 or 6044002. OLE color: 6044002.
HSL color Cylindrical-coordinate representation of color #62395C: hue angle of 308.78º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62395C is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 57 | 92 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.62 |
| HSL | 308.78º | 0.26% | 0.3% | - |
| HSV(B) | 308.78º | 0.42% | 0.38% | - |
| XYZ | 8.43 | 6.3 | 10.9 | - |
| YUV | 73.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 92 | 0 | 0.42 | 0.06 | 0.62 | 308.78 | 0.26 | 0.3 |
| Hex | 62 | 39 | 5C | 0 | 2A | 6 | 3E | 135 | 1A | 1E |
| Octal | 142 | 71 | 134 | 0 | 52 | 6 | 76 | 465 | 32 | 36 |
| Binary | 1100010 | 111001 | 1011100 | 0 | 101010 | 110 | 111110 | 100110101 | 11010 | 11110 |
Color Harmonies of #62395C
Complementary color
Monochromatic Colors of #62395C
Black with #62395C
Text Example
Text Example
White with #62395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62395C; }
p { color: rgb(98,57,92); }
H1.HeaderClassName
{
color: #62395C;
}
.AnyTagClassName
{
color: #62395C;
}
</style>
background-color css
<style>
a { background-color: #62395C; }
a { background-color: rgb(98,57,92); }
div.DivClassName
{
background-color: #62395C;
}
.BgClassName
{
background-color: #62395C;
}
</style>
border-color css
<style>
span { border-color: #62395C; }
span { border-color: rgb(98,57,92); }
td.TdClassName
{
border-color: #62395C;
}
.TagClassName
{
border-color: #62395C;
}
</style>