Shades of Palatinate Purple #62325F
Tints of Palatinate Purple #62325F
RGB
CMYK
RGB Variations
Color information
#62325F (or 0x62325F) is known color: Palatinate Purple. HEX triplet: 62, 32 and 5F. RGB value is (98,50,95). Sum of RGB (Red+Green+Blue) = 98+50+95=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62325F is #9DCDA0. Grayscale: #454545. Windows color (decimal): -10341793 or 6238818. OLE color: 6238818.
HSL color Cylindrical-coordinate representation of color #62325F: hue angle of 303.75º 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 #62325F is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 50 | 95 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.62 |
| HSL | 303.75º | 0.32% | 0.29% | - |
| HSV(B) | 303.75º | 0.49% | 0.38% | - |
| XYZ | 8.24 | 5.7 | 11.49 | - |
| YUV | 69.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 95 | 0 | 0.49 | 0.03 | 0.62 | 303.75 | 0.32 | 0.29 |
| Hex | 62 | 32 | 5F | 0 | 31 | 3 | 3E | 130 | 20 | 1D |
| Octal | 142 | 62 | 137 | 0 | 61 | 3 | 76 | 460 | 40 | 35 |
| Binary | 1100010 | 110010 | 1011111 | 0 | 110001 | 11 | 111110 | 100110000 | 100000 | 11101 |
Color Harmonies of #62325F
Complementary color
Monochromatic Colors of #62325F
Black with #62325F
Text Example
Text Example
White with #62325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62325F; }
p { color: rgb(98,50,95); }
H1.HeaderClassName
{
color: #62325F;
}
.AnyTagClassName
{
color: #62325F;
}
</style>
background-color css
<style>
a { background-color: #62325F; }
a { background-color: rgb(98,50,95); }
div.DivClassName
{
background-color: #62325F;
}
.BgClassName
{
background-color: #62325F;
}
</style>
border-color css
<style>
span { border-color: #62325F; }
span { border-color: rgb(98,50,95); }
td.TdClassName
{
border-color: #62325F;
}
.TagClassName
{
border-color: #62325F;
}
</style>