Shades of Palatinate Purple #62136B
Tints of Palatinate Purple #62136B
RGB
CMYK
RGB Variations
Color information
#62136B (or 0x62136B) is known color: Palatinate Purple. HEX triplet: 62, 13 and 6B. RGB value is (98,19,107). Sum of RGB (Red+Green+Blue) = 98+19+107=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #62136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62136B is #9DEC94. Grayscale: #343434. Windows color (decimal): -10349717 or 7017314. OLE color: 7017314.
HSL color Cylindrical-coordinate representation of color #62136B: hue angle of 293.86º 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 #62136B is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 19 | 107 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.58 |
| HSL | 293.86º | 0.7% | 0.25% | - |
| HSV(B) | 293.86º | 0.82% | 0.42% | - |
| XYZ | 7.92 | 4.12 | 14.29 | - |
| YUV | 52.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 107 | 0.08 | 0.82 | 0 | 0.58 | 293.86 | 0.7 | 0.25 |
| Hex | 62 | 13 | 6B | 8 | 52 | 0 | 3A | 126 | 46 | 19 |
| Octal | 142 | 23 | 153 | 10 | 122 | 0 | 72 | 446 | 106 | 31 |
| Binary | 1100010 | 10011 | 1101011 | 1000 | 1010010 | 0 | 111010 | 100100110 | 1000110 | 11001 |
Color Harmonies of #62136B
Complementary color
Monochromatic Colors of #62136B
Black with #62136B
Text Example
Text Example
White with #62136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62136B; }
p { color: rgb(98,19,107); }
H1.HeaderClassName
{
color: #62136B;
}
.AnyTagClassName
{
color: #62136B;
}
</style>
background-color css
<style>
a { background-color: #62136B; }
a { background-color: rgb(98,19,107); }
div.DivClassName
{
background-color: #62136B;
}
.BgClassName
{
background-color: #62136B;
}
</style>
border-color css
<style>
span { border-color: #62136B; }
span { border-color: rgb(98,19,107); }
td.TdClassName
{
border-color: #62136B;
}
.TagClassName
{
border-color: #62136B;
}
</style>