Shades of Palatinate Purple #62295B
Tints of Palatinate Purple #62295B
RGB
CMYK
RGB Variations
Color information
#62295B (or 0x62295B) is known color: Palatinate Purple. HEX triplet: 62, 29 and 5B. RGB value is (98,41,91). Sum of RGB (Red+Green+Blue) = 98+41+91=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #62295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62295B is #9DD6A4. Grayscale: #3F3F3F. Windows color (decimal): -10344101 or 5974370. OLE color: 5974370.
HSL color Cylindrical-coordinate representation of color #62295B: hue angle of 307.37º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62295B is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 41 | 91 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.62 |
| HSL | 307.37º | 0.41% | 0.27% | - |
| HSV(B) | 307.37º | 0.58% | 0.38% | - |
| XYZ | 7.72 | 4.94 | 10.44 | - |
| YUV | 63.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 91 | 0 | 0.58 | 0.07 | 0.62 | 307.37 | 0.41 | 0.27 |
| Hex | 62 | 29 | 5B | 0 | 3A | 7 | 3E | 133 | 29 | 1B |
| Octal | 142 | 51 | 133 | 0 | 72 | 7 | 76 | 463 | 51 | 33 |
| Binary | 1100010 | 101001 | 1011011 | 0 | 111010 | 111 | 111110 | 100110011 | 101001 | 11011 |
Color Harmonies of #62295B
Complementary color
Monochromatic Colors of #62295B
Black with #62295B
Text Example
Text Example
White with #62295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62295B; }
p { color: rgb(98,41,91); }
H1.HeaderClassName
{
color: #62295B;
}
.AnyTagClassName
{
color: #62295B;
}
</style>
background-color css
<style>
a { background-color: #62295B; }
a { background-color: rgb(98,41,91); }
div.DivClassName
{
background-color: #62295B;
}
.BgClassName
{
background-color: #62295B;
}
</style>
border-color css
<style>
span { border-color: #62295B; }
span { border-color: rgb(98,41,91); }
td.TdClassName
{
border-color: #62295B;
}
.TagClassName
{
border-color: #62295B;
}
</style>