Shades of Palatinate Purple #62335D
Tints of Palatinate Purple #62335D
RGB
CMYK
RGB Variations
Color information
#62335D (or 0x62335D) is known color: Palatinate Purple. HEX triplet: 62, 33 and 5D. RGB value is (98,51,93). Sum of RGB (Red+Green+Blue) = 98+51+93=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62335D is #9DCCA2. Grayscale: #454545. Windows color (decimal): -10341539 or 6108002. OLE color: 6108002.
HSL color Cylindrical-coordinate representation of color #62335D: hue angle of 306.38º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62335D is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 51 | 93 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.62 |
| HSL | 306.38º | 0.32% | 0.29% | - |
| HSV(B) | 306.38º | 0.48% | 0.38% | - |
| XYZ | 8.2 | 5.75 | 11.03 | - |
| YUV | 69.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 93 | 0 | 0.48 | 0.05 | 0.62 | 306.38 | 0.32 | 0.29 |
| Hex | 62 | 33 | 5D | 0 | 30 | 5 | 3E | 132 | 20 | 1D |
| Octal | 142 | 63 | 135 | 0 | 60 | 5 | 76 | 462 | 40 | 35 |
| Binary | 1100010 | 110011 | 1011101 | 0 | 110000 | 101 | 111110 | 100110010 | 100000 | 11101 |
Color Harmonies of #62335D
Complementary color
Monochromatic Colors of #62335D
Black with #62335D
Text Example
Text Example
White with #62335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62335D; }
p { color: rgb(98,51,93); }
H1.HeaderClassName
{
color: #62335D;
}
.AnyTagClassName
{
color: #62335D;
}
</style>
background-color css
<style>
a { background-color: #62335D; }
a { background-color: rgb(98,51,93); }
div.DivClassName
{
background-color: #62335D;
}
.BgClassName
{
background-color: #62335D;
}
</style>
border-color css
<style>
span { border-color: #62335D; }
span { border-color: rgb(98,51,93); }
td.TdClassName
{
border-color: #62335D;
}
.TagClassName
{
border-color: #62335D;
}
</style>