Shades of Palatinate Purple #62255C
Tints of Palatinate Purple #62255C
RGB
CMYK
RGB Variations
Color information
#62255C (or 0x62255C) is known color: Palatinate Purple. HEX triplet: 62, 25 and 5C. RGB value is (98,37,92). Sum of RGB (Red+Green+Blue) = 98+37+92=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #62255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62255C is #9DDAA3. Grayscale: #3D3D3D. Windows color (decimal): -10345124 or 6038882. OLE color: 6038882.
HSL color Cylindrical-coordinate representation of color #62255C: hue angle of 305.9º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62255C is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 37 | 92 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.62 |
| HSL | 305.9º | 0.45% | 0.26% | - |
| HSV(B) | 305.9º | 0.62% | 0.38% | - |
| XYZ | 7.63 | 4.69 | 10.63 | - |
| YUV | 61.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 92 | 0 | 0.62 | 0.06 | 0.62 | 305.9 | 0.45 | 0.26 |
| Hex | 62 | 25 | 5C | 0 | 3E | 6 | 3E | 132 | 2D | 1A |
| Octal | 142 | 45 | 134 | 0 | 76 | 6 | 76 | 462 | 55 | 32 |
| Binary | 1100010 | 100101 | 1011100 | 0 | 111110 | 110 | 111110 | 100110010 | 101101 | 11010 |
Color Harmonies of #62255C
Complementary color
Monochromatic Colors of #62255C
Black with #62255C
Text Example
Text Example
White with #62255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62255C; }
p { color: rgb(98,37,92); }
H1.HeaderClassName
{
color: #62255C;
}
.AnyTagClassName
{
color: #62255C;
}
</style>
background-color css
<style>
a { background-color: #62255C; }
a { background-color: rgb(98,37,92); }
div.DivClassName
{
background-color: #62255C;
}
.BgClassName
{
background-color: #62255C;
}
</style>
border-color css
<style>
span { border-color: #62255C; }
span { border-color: rgb(98,37,92); }
td.TdClassName
{
border-color: #62255C;
}
.TagClassName
{
border-color: #62255C;
}
</style>