Shades of Palatinate Purple #62325D
Tints of Palatinate Purple #62325D
RGB
CMYK
RGB Variations
Color information
#62325D (or 0x62325D) is known color: Palatinate Purple. HEX triplet: 62, 32 and 5D. RGB value is (98,50,93). Sum of RGB (Red+Green+Blue) = 98+50+93=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #62325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62325D is #9DCDA2. Grayscale: #454545. Windows color (decimal): -10341795 or 6107746. OLE color: 6107746.
HSL color Cylindrical-coordinate representation of color #62325D: hue angle of 306.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62325D is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 50 | 93 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.62 |
| HSL | 306.25º | 0.32% | 0.29% | - |
| HSV(B) | 306.25º | 0.49% | 0.38% | - |
| XYZ | 8.15 | 5.67 | 11.02 | - |
| YUV | 69.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 93 | 0 | 0.49 | 0.05 | 0.62 | 306.25 | 0.32 | 0.29 |
| Hex | 62 | 32 | 5D | 0 | 31 | 5 | 3E | 132 | 20 | 1D |
| Octal | 142 | 62 | 135 | 0 | 61 | 5 | 76 | 462 | 40 | 35 |
| Binary | 1100010 | 110010 | 1011101 | 0 | 110001 | 101 | 111110 | 100110010 | 100000 | 11101 |
Color Harmonies of #62325D
Complementary color
Monochromatic Colors of #62325D
Black with #62325D
Text Example
Text Example
White with #62325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62325D; }
p { color: rgb(98,50,93); }
H1.HeaderClassName
{
color: #62325D;
}
.AnyTagClassName
{
color: #62325D;
}
</style>
background-color css
<style>
a { background-color: #62325D; }
a { background-color: rgb(98,50,93); }
div.DivClassName
{
background-color: #62325D;
}
.BgClassName
{
background-color: #62325D;
}
</style>
border-color css
<style>
span { border-color: #62325D; }
span { border-color: rgb(98,50,93); }
td.TdClassName
{
border-color: #62325D;
}
.TagClassName
{
border-color: #62325D;
}
</style>