Shades of Palatinate Purple #62136A
Tints of Palatinate Purple #62136A
RGB
CMYK
RGB Variations
Color information
#62136A (or 0x62136A) is known color: Palatinate Purple. HEX triplet: 62, 13 and 6A. RGB value is (98,19,106). Sum of RGB (Red+Green+Blue) = 98+19+106=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #62136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62136A is #9DEC95. Grayscale: #343434. Windows color (decimal): -10349718 or 6951778. OLE color: 6951778.
HSL color Cylindrical-coordinate representation of color #62136A: hue angle of 294.48º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62136A is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 19 | 106 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.58 |
| HSL | 294.48º | 0.7% | 0.25% | - |
| HSV(B) | 294.48º | 0.82% | 0.42% | - |
| XYZ | 7.87 | 4.1 | 14.01 | - |
| YUV | 52.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 106 | 0.08 | 0.82 | 0 | 0.58 | 294.48 | 0.7 | 0.25 |
| Hex | 62 | 13 | 6A | 8 | 52 | 0 | 3A | 126 | 46 | 19 |
| Octal | 142 | 23 | 152 | 10 | 122 | 0 | 72 | 446 | 106 | 31 |
| Binary | 1100010 | 10011 | 1101010 | 1000 | 1010010 | 0 | 111010 | 100100110 | 1000110 | 11001 |
Color Harmonies of #62136A
Complementary color
Monochromatic Colors of #62136A
Black with #62136A
Text Example
Text Example
White with #62136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62136A; }
p { color: rgb(98,19,106); }
H1.HeaderClassName
{
color: #62136A;
}
.AnyTagClassName
{
color: #62136A;
}
</style>
background-color css
<style>
a { background-color: #62136A; }
a { background-color: rgb(98,19,106); }
div.DivClassName
{
background-color: #62136A;
}
.BgClassName
{
background-color: #62136A;
}
</style>
border-color css
<style>
span { border-color: #62136A; }
span { border-color: rgb(98,19,106); }
td.TdClassName
{
border-color: #62136A;
}
.TagClassName
{
border-color: #62136A;
}
</style>