Shades of Palatinate Purple #62355A
Tints of Palatinate Purple #62355A
RGB
CMYK
RGB Variations
Color information
#62355A (or 0x62355A) is known color: Palatinate Purple. HEX triplet: 62, 35 and 5A. RGB value is (98,53,90). Sum of RGB (Red+Green+Blue) = 98+53+90=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #62355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62355A is #9DCAA5. Grayscale: #464646. Windows color (decimal): -10341030 or 5911906. OLE color: 5911906.
HSL color Cylindrical-coordinate representation of color #62355A: hue angle of 310.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62355A is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 90 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.62 |
| HSL | 310.67º | 0.3% | 0.3% | - |
| HSV(B) | 310.67º | 0.46% | 0.38% | - |
| XYZ | 8.16 | 5.88 | 10.38 | - |
| YUV | 70.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 90 | 0 | 0.46 | 0.08 | 0.62 | 310.67 | 0.3 | 0.3 |
| Hex | 62 | 35 | 5A | 0 | 2E | 8 | 3E | 137 | 1E | 1E |
| Octal | 142 | 65 | 132 | 0 | 56 | 10 | 76 | 467 | 36 | 36 |
| Binary | 1100010 | 110101 | 1011010 | 0 | 101110 | 1000 | 111110 | 100110111 | 11110 | 11110 |
Color Harmonies of #62355A
Complementary color
Monochromatic Colors of #62355A
Black with #62355A
Text Example
Text Example
White with #62355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62355A; }
p { color: rgb(98,53,90); }
H1.HeaderClassName
{
color: #62355A;
}
.AnyTagClassName
{
color: #62355A;
}
</style>
background-color css
<style>
a { background-color: #62355A; }
a { background-color: rgb(98,53,90); }
div.DivClassName
{
background-color: #62355A;
}
.BgClassName
{
background-color: #62355A;
}
</style>
border-color css
<style>
span { border-color: #62355A; }
span { border-color: rgb(98,53,90); }
td.TdClassName
{
border-color: #62355A;
}
.TagClassName
{
border-color: #62355A;
}
</style>