Shades of Palatinate Purple #62165D
Tints of Palatinate Purple #62165D
RGB
CMYK
RGB Variations
Color information
#62165D (or 0x62165D) is known color: Palatinate Purple. HEX triplet: 62, 16 and 5D. RGB value is (98,22,93). Sum of RGB (Red+Green+Blue) = 98+22+93=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62165D is #9DE9A2. Grayscale: #343434. Windows color (decimal): -10348963 or 6100578. OLE color: 6100578.
HSL color Cylindrical-coordinate representation of color #62165D: hue angle of 303.95º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62165D is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 93 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.62 |
| HSL | 303.95º | 0.63% | 0.24% | - |
| HSV(B) | 303.95º | 0.78% | 0.38% | - |
| XYZ | 7.3 | 3.96 | 10.74 | - |
| YUV | 52.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 93 | 0 | 0.78 | 0.05 | 0.62 | 303.95 | 0.63 | 0.24 |
| Hex | 62 | 16 | 5D | 0 | 4E | 5 | 3E | 130 | 3F | 18 |
| Octal | 142 | 26 | 135 | 0 | 116 | 5 | 76 | 460 | 77 | 30 |
| Binary | 1100010 | 10110 | 1011101 | 0 | 1001110 | 101 | 111110 | 100110000 | 111111 | 11000 |
Color Harmonies of #62165D
Complementary color
Monochromatic Colors of #62165D
Black with #62165D
Text Example
Text Example
White with #62165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62165D; }
p { color: rgb(98,22,93); }
H1.HeaderClassName
{
color: #62165D;
}
.AnyTagClassName
{
color: #62165D;
}
</style>
background-color css
<style>
a { background-color: #62165D; }
a { background-color: rgb(98,22,93); }
div.DivClassName
{
background-color: #62165D;
}
.BgClassName
{
background-color: #62165D;
}
</style>
border-color css
<style>
span { border-color: #62165D; }
span { border-color: rgb(98,22,93); }
td.TdClassName
{
border-color: #62165D;
}
.TagClassName
{
border-color: #62165D;
}
</style>