Shades of Palatinate Purple #62235D
Tints of Palatinate Purple #62235D
RGB
CMYK
RGB Variations
Color information
#62235D (or 0x62235D) is known color: Palatinate Purple. HEX triplet: 62, 23 and 5D. RGB value is (98,35,93). Sum of RGB (Red+Green+Blue) = 98+35+93=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #62235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62235D is #9DDCA2. Grayscale: #3C3C3C. Windows color (decimal): -10345635 or 6103906. OLE color: 6103906.
HSL color Cylindrical-coordinate representation of color #62235D: hue angle of 304.76º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62235D is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 35 | 93 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.62 |
| HSL | 304.76º | 0.47% | 0.26% | - |
| HSV(B) | 304.76º | 0.64% | 0.38% | - |
| XYZ | 7.61 | 4.59 | 10.84 | - |
| YUV | 60.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 93 | 0 | 0.64 | 0.05 | 0.62 | 304.76 | 0.47 | 0.26 |
| Hex | 62 | 23 | 5D | 0 | 40 | 5 | 3E | 131 | 2F | 1A |
| Octal | 142 | 43 | 135 | 0 | 100 | 5 | 76 | 461 | 57 | 32 |
| Binary | 1100010 | 100011 | 1011101 | 0 | 1000000 | 101 | 111110 | 100110001 | 101111 | 11010 |
Color Harmonies of #62235D
Complementary color
Monochromatic Colors of #62235D
Black with #62235D
Text Example
Text Example
White with #62235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62235D; }
p { color: rgb(98,35,93); }
H1.HeaderClassName
{
color: #62235D;
}
.AnyTagClassName
{
color: #62235D;
}
</style>
background-color css
<style>
a { background-color: #62235D; }
a { background-color: rgb(98,35,93); }
div.DivClassName
{
background-color: #62235D;
}
.BgClassName
{
background-color: #62235D;
}
</style>
border-color css
<style>
span { border-color: #62235D; }
span { border-color: rgb(98,35,93); }
td.TdClassName
{
border-color: #62235D;
}
.TagClassName
{
border-color: #62235D;
}
</style>