Shades of Palatinate Purple #62365A
Tints of Palatinate Purple #62365A
RGB
CMYK
RGB Variations
Color information
#62365A (or 0x62365A) is known color: Palatinate Purple. HEX triplet: 62, 36 and 5A. RGB value is (98,54,90). Sum of RGB (Red+Green+Blue) = 98+54+90=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62365A is #9DC9A5. Grayscale: #474747. Windows color (decimal): -10340774 or 5912162. OLE color: 5912162.
HSL color Cylindrical-coordinate representation of color #62365A: hue angle of 310.91º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62365A is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 54 | 90 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.62 |
| HSL | 310.91º | 0.29% | 0.3% | - |
| HSV(B) | 310.91º | 0.45% | 0.38% | - |
| XYZ | 8.2 | 5.97 | 10.39 | - |
| YUV | 71.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 90 | 0 | 0.45 | 0.08 | 0.62 | 310.91 | 0.29 | 0.3 |
| Hex | 62 | 36 | 5A | 0 | 2D | 8 | 3E | 137 | 1D | 1E |
| Octal | 142 | 66 | 132 | 0 | 55 | 10 | 76 | 467 | 35 | 36 |
| Binary | 1100010 | 110110 | 1011010 | 0 | 101101 | 1000 | 111110 | 100110111 | 11101 | 11110 |
Color Harmonies of #62365A
Complementary color
Monochromatic Colors of #62365A
Black with #62365A
Text Example
Text Example
White with #62365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62365A; }
p { color: rgb(98,54,90); }
H1.HeaderClassName
{
color: #62365A;
}
.AnyTagClassName
{
color: #62365A;
}
</style>
background-color css
<style>
a { background-color: #62365A; }
a { background-color: rgb(98,54,90); }
div.DivClassName
{
background-color: #62365A;
}
.BgClassName
{
background-color: #62365A;
}
</style>
border-color css
<style>
span { border-color: #62365A; }
span { border-color: rgb(98,54,90); }
td.TdClassName
{
border-color: #62365A;
}
.TagClassName
{
border-color: #62365A;
}
</style>