Shades of Palatinate Purple #62285C
Tints of Palatinate Purple #62285C
RGB
CMYK
RGB Variations
Color information
#62285C (or 0x62285C) is known color: Palatinate Purple. HEX triplet: 62, 28 and 5C. RGB value is (98,40,92). Sum of RGB (Red+Green+Blue) = 98+40+92=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #62285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62285C is #9DD7A3. Grayscale: #3F3F3F. Windows color (decimal): -10344356 or 6039650. OLE color: 6039650.
HSL color Cylindrical-coordinate representation of color #62285C: hue angle of 306.21º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62285C is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 40 | 92 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.62 |
| HSL | 306.21º | 0.42% | 0.27% | - |
| HSV(B) | 306.21º | 0.59% | 0.38% | - |
| XYZ | 7.73 | 4.89 | 10.66 | - |
| YUV | 63.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 92 | 0 | 0.59 | 0.06 | 0.62 | 306.21 | 0.42 | 0.27 |
| Hex | 62 | 28 | 5C | 0 | 3B | 6 | 3E | 132 | 2A | 1B |
| Octal | 142 | 50 | 134 | 0 | 73 | 6 | 76 | 462 | 52 | 33 |
| Binary | 1100010 | 101000 | 1011100 | 0 | 111011 | 110 | 111110 | 100110010 | 101010 | 11011 |
Color Harmonies of #62285C
Complementary color
Monochromatic Colors of #62285C
Black with #62285C
Text Example
Text Example
White with #62285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62285C; }
p { color: rgb(98,40,92); }
H1.HeaderClassName
{
color: #62285C;
}
.AnyTagClassName
{
color: #62285C;
}
</style>
background-color css
<style>
a { background-color: #62285C; }
a { background-color: rgb(98,40,92); }
div.DivClassName
{
background-color: #62285C;
}
.BgClassName
{
background-color: #62285C;
}
</style>
border-color css
<style>
span { border-color: #62285C; }
span { border-color: rgb(98,40,92); }
td.TdClassName
{
border-color: #62285C;
}
.TagClassName
{
border-color: #62285C;
}
</style>