Shades of Palatinate Purple #62106B
Tints of Palatinate Purple #62106B
RGB
CMYK
RGB Variations
Color information
#62106B (or 0x62106B) is known color: Palatinate Purple. HEX triplet: 62, 10 and 6B. RGB value is (98,16,107). Sum of RGB (Red+Green+Blue) = 98+16+107=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #62106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62106B is #9DEF94. Grayscale: #323232. Windows color (decimal): -10350485 or 7016546. OLE color: 7016546.
HSL color Cylindrical-coordinate representation of color #62106B: hue angle of 294.07º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62106B is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 16 | 107 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.58 |
| HSL | 294.07º | 0.74% | 0.24% | - |
| HSV(B) | 294.07º | 0.85% | 0.42% | - |
| XYZ | 7.88 | 4.03 | 14.27 | - |
| YUV | 50.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 107 | 0.08 | 0.85 | 0 | 0.58 | 294.07 | 0.74 | 0.24 |
| Hex | 62 | 10 | 6B | 8 | 55 | 0 | 3A | 126 | 4A | 18 |
| Octal | 142 | 20 | 153 | 10 | 125 | 0 | 72 | 446 | 112 | 30 |
| Binary | 1100010 | 10000 | 1101011 | 1000 | 1010101 | 0 | 111010 | 100100110 | 1001010 | 11000 |
Color Harmonies of #62106B
Complementary color
Monochromatic Colors of #62106B
Black with #62106B
Text Example
Text Example
White with #62106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62106B; }
p { color: rgb(98,16,107); }
H1.HeaderClassName
{
color: #62106B;
}
.AnyTagClassName
{
color: #62106B;
}
</style>
background-color css
<style>
a { background-color: #62106B; }
a { background-color: rgb(98,16,107); }
div.DivClassName
{
background-color: #62106B;
}
.BgClassName
{
background-color: #62106B;
}
</style>
border-color css
<style>
span { border-color: #62106B; }
span { border-color: rgb(98,16,107); }
td.TdClassName
{
border-color: #62106B;
}
.TagClassName
{
border-color: #62106B;
}
</style>