Shades of Palatinate Purple #62265D
Tints of Palatinate Purple #62265D
RGB
CMYK
RGB Variations
Color information
#62265D (or 0x62265D) is known color: Palatinate Purple. HEX triplet: 62, 26 and 5D. RGB value is (98,38,93). Sum of RGB (Red+Green+Blue) = 98+38+93=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #62265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62265D is #9DD9A2. Grayscale: #3E3E3E. Windows color (decimal): -10344867 or 6104674. OLE color: 6104674.
HSL color Cylindrical-coordinate representation of color #62265D: hue angle of 305º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62265D is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 38 | 93 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.62 |
| HSL | 305º | 0.44% | 0.27% | - |
| HSV(B) | 305º | 0.61% | 0.38% | - |
| XYZ | 7.71 | 4.77 | 10.87 | - |
| YUV | 62.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 93 | 0 | 0.61 | 0.05 | 0.62 | 305 | 0.44 | 0.27 |
| Hex | 62 | 26 | 5D | 0 | 3D | 5 | 3E | 131 | 2C | 1B |
| Octal | 142 | 46 | 135 | 0 | 75 | 5 | 76 | 461 | 54 | 33 |
| Binary | 1100010 | 100110 | 1011101 | 0 | 111101 | 101 | 111110 | 100110001 | 101100 | 11011 |
Color Harmonies of #62265D
Complementary color
Monochromatic Colors of #62265D
Black with #62265D
Text Example
Text Example
White with #62265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62265D; }
p { color: rgb(98,38,93); }
H1.HeaderClassName
{
color: #62265D;
}
.AnyTagClassName
{
color: #62265D;
}
</style>
background-color css
<style>
a { background-color: #62265D; }
a { background-color: rgb(98,38,93); }
div.DivClassName
{
background-color: #62265D;
}
.BgClassName
{
background-color: #62265D;
}
</style>
border-color css
<style>
span { border-color: #62265D; }
span { border-color: rgb(98,38,93); }
td.TdClassName
{
border-color: #62265D;
}
.TagClassName
{
border-color: #62265D;
}
</style>