Shades of Palatinate Purple #62315A
Tints of Palatinate Purple #62315A
RGB
CMYK
RGB Variations
Color information
#62315A (or 0x62315A) is known color: Palatinate Purple. HEX triplet: 62, 31 and 5A. RGB value is (98,49,90). Sum of RGB (Red+Green+Blue) = 98+49+90=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #62315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62315A is #9DCEA5. Grayscale: #444444. Windows color (decimal): -10342054 or 5910882. OLE color: 5910882.
HSL color Cylindrical-coordinate representation of color #62315A: hue angle of 309.8º 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 #62315A is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 49 | 90 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.62 |
| HSL | 309.8º | 0.33% | 0.29% | - |
| HSV(B) | 309.8º | 0.5% | 0.38% | - |
| XYZ | 7.98 | 5.53 | 10.32 | - |
| YUV | 68.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 90 | 0 | 0.5 | 0.08 | 0.62 | 309.8 | 0.33 | 0.29 |
| Hex | 62 | 31 | 5A | 0 | 32 | 8 | 3E | 136 | 21 | 1D |
| Octal | 142 | 61 | 132 | 0 | 62 | 10 | 76 | 466 | 41 | 35 |
| Binary | 1100010 | 110001 | 1011010 | 0 | 110010 | 1000 | 111110 | 100110110 | 100001 | 11101 |
Color Harmonies of #62315A
Complementary color
Monochromatic Colors of #62315A
Black with #62315A
Text Example
Text Example
White with #62315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62315A; }
p { color: rgb(98,49,90); }
H1.HeaderClassName
{
color: #62315A;
}
.AnyTagClassName
{
color: #62315A;
}
</style>
background-color css
<style>
a { background-color: #62315A; }
a { background-color: rgb(98,49,90); }
div.DivClassName
{
background-color: #62315A;
}
.BgClassName
{
background-color: #62315A;
}
</style>
border-color css
<style>
span { border-color: #62315A; }
span { border-color: rgb(98,49,90); }
td.TdClassName
{
border-color: #62315A;
}
.TagClassName
{
border-color: #62315A;
}
</style>