Shades of Palatinate Purple #62315F
Tints of Palatinate Purple #62315F
RGB
CMYK
RGB Variations
Color information
#62315F (or 0x62315F) is known color: Palatinate Purple. HEX triplet: 62, 31 and 5F. RGB value is (98,49,95). Sum of RGB (Red+Green+Blue) = 98+49+95=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62315F is #9DCEA0. Grayscale: #444444. Windows color (decimal): -10342049 or 6238562. OLE color: 6238562.
HSL color Cylindrical-coordinate representation of color #62315F: hue angle of 303.67º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62315F is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 49 | 95 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.62 |
| HSL | 303.67º | 0.33% | 0.29% | - |
| HSV(B) | 303.67º | 0.5% | 0.38% | - |
| XYZ | 8.2 | 5.62 | 11.48 | - |
| YUV | 68.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 95 | 0 | 0.5 | 0.03 | 0.62 | 303.67 | 0.33 | 0.29 |
| Hex | 62 | 31 | 5F | 0 | 32 | 3 | 3E | 130 | 21 | 1D |
| Octal | 142 | 61 | 137 | 0 | 62 | 3 | 76 | 460 | 41 | 35 |
| Binary | 1100010 | 110001 | 1011111 | 0 | 110010 | 11 | 111110 | 100110000 | 100001 | 11101 |
Color Harmonies of #62315F
Complementary color
Monochromatic Colors of #62315F
Black with #62315F
Text Example
Text Example
White with #62315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62315F; }
p { color: rgb(98,49,95); }
H1.HeaderClassName
{
color: #62315F;
}
.AnyTagClassName
{
color: #62315F;
}
</style>
background-color css
<style>
a { background-color: #62315F; }
a { background-color: rgb(98,49,95); }
div.DivClassName
{
background-color: #62315F;
}
.BgClassName
{
background-color: #62315F;
}
</style>
border-color css
<style>
span { border-color: #62315F; }
span { border-color: rgb(98,49,95); }
td.TdClassName
{
border-color: #62315F;
}
.TagClassName
{
border-color: #62315F;
}
</style>