Shades of Palatinate Purple #62255D
Tints of Palatinate Purple #62255D
RGB
CMYK
RGB Variations
Color information
#62255D (or 0x62255D) is known color: Palatinate Purple. HEX triplet: 62, 25 and 5D. RGB value is (98,37,93). Sum of RGB (Red+Green+Blue) = 98+37+93=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 98 - color contains mainly: red. Hex color #62255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62255D is #9DDAA2. Grayscale: #3D3D3D. Windows color (decimal): -10345123 or 6104418. OLE color: 6104418.
HSL color Cylindrical-coordinate representation of color #62255D: hue angle of 304.92º 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 #62255D is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 37 | 93 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.62 |
| HSL | 304.92º | 0.45% | 0.26% | - |
| HSV(B) | 304.92º | 0.62% | 0.38% | - |
| XYZ | 7.67 | 4.71 | 10.86 | - |
| YUV | 61.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 93 | 0 | 0.62 | 0.05 | 0.62 | 304.92 | 0.45 | 0.26 |
| Hex | 62 | 25 | 5D | 0 | 3E | 5 | 3E | 131 | 2D | 1A |
| Octal | 142 | 45 | 135 | 0 | 76 | 5 | 76 | 461 | 55 | 32 |
| Binary | 1100010 | 100101 | 1011101 | 0 | 111110 | 101 | 111110 | 100110001 | 101101 | 11010 |
Color Harmonies of #62255D
Complementary color
Monochromatic Colors of #62255D
Black with #62255D
Text Example
Text Example
White with #62255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62255D; }
p { color: rgb(98,37,93); }
H1.HeaderClassName
{
color: #62255D;
}
.AnyTagClassName
{
color: #62255D;
}
</style>
background-color css
<style>
a { background-color: #62255D; }
a { background-color: rgb(98,37,93); }
div.DivClassName
{
background-color: #62255D;
}
.BgClassName
{
background-color: #62255D;
}
</style>
border-color css
<style>
span { border-color: #62255D; }
span { border-color: rgb(98,37,93); }
td.TdClassName
{
border-color: #62255D;
}
.TagClassName
{
border-color: #62255D;
}
</style>