Shades of Palatinate Purple #62185E
Tints of Palatinate Purple #62185E
RGB
CMYK
RGB Variations
Color information
#62185E (or 0x62185E) is known color: Palatinate Purple. HEX triplet: 62, 18 and 5E. RGB value is (98,24,94). Sum of RGB (Red+Green+Blue) = 98+24+94=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #62185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62185E is #9DE7A1. Grayscale: #353535. Windows color (decimal): -10348450 or 6166626. OLE color: 6166626.
HSL color Cylindrical-coordinate representation of color #62185E: hue angle of 303.24º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62185E is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 24 | 94 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.62 |
| HSL | 303.24º | 0.61% | 0.24% | - |
| HSV(B) | 303.24º | 0.76% | 0.38% | - |
| XYZ | 7.38 | 4.06 | 10.98 | - |
| YUV | 54.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 94 | 0 | 0.76 | 0.04 | 0.62 | 303.24 | 0.61 | 0.24 |
| Hex | 62 | 18 | 5E | 0 | 4C | 4 | 3E | 12F | 3D | 18 |
| Octal | 142 | 30 | 136 | 0 | 114 | 4 | 76 | 457 | 75 | 30 |
| Binary | 1100010 | 11000 | 1011110 | 0 | 1001100 | 100 | 111110 | 100101111 | 111101 | 11000 |
Color Harmonies of #62185E
Complementary color
Monochromatic Colors of #62185E
Black with #62185E
Text Example
Text Example
White with #62185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62185E; }
p { color: rgb(98,24,94); }
H1.HeaderClassName
{
color: #62185E;
}
.AnyTagClassName
{
color: #62185E;
}
</style>
background-color css
<style>
a { background-color: #62185E; }
a { background-color: rgb(98,24,94); }
div.DivClassName
{
background-color: #62185E;
}
.BgClassName
{
background-color: #62185E;
}
</style>
border-color css
<style>
span { border-color: #62185E; }
span { border-color: rgb(98,24,94); }
td.TdClassName
{
border-color: #62185E;
}
.TagClassName
{
border-color: #62185E;
}
</style>