Shades of Palatinate Purple #62345E
Tints of Palatinate Purple #62345E
RGB
CMYK
RGB Variations
Color information
#62345E (or 0x62345E) is known color: Palatinate Purple. HEX triplet: 62, 34 and 5E. RGB value is (98,52,94). Sum of RGB (Red+Green+Blue) = 98+52+94=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62345E is #9DCBA1. Grayscale: #464646. Windows color (decimal): -10341282 or 6173794. OLE color: 6173794.
HSL color Cylindrical-coordinate representation of color #62345E: hue angle of 305.22º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62345E is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 52 | 94 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.62 |
| HSL | 305.22º | 0.31% | 0.29% | - |
| HSV(B) | 305.22º | 0.47% | 0.38% | - |
| XYZ | 8.29 | 5.86 | 11.28 | - |
| YUV | 70.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 94 | 0 | 0.47 | 0.04 | 0.62 | 305.22 | 0.31 | 0.29 |
| Hex | 62 | 34 | 5E | 0 | 2F | 4 | 3E | 131 | 1F | 1D |
| Octal | 142 | 64 | 136 | 0 | 57 | 4 | 76 | 461 | 37 | 35 |
| Binary | 1100010 | 110100 | 1011110 | 0 | 101111 | 100 | 111110 | 100110001 | 11111 | 11101 |
Color Harmonies of #62345E
Complementary color
Monochromatic Colors of #62345E
Black with #62345E
Text Example
Text Example
White with #62345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62345E; }
p { color: rgb(98,52,94); }
H1.HeaderClassName
{
color: #62345E;
}
.AnyTagClassName
{
color: #62345E;
}
</style>
background-color css
<style>
a { background-color: #62345E; }
a { background-color: rgb(98,52,94); }
div.DivClassName
{
background-color: #62345E;
}
.BgClassName
{
background-color: #62345E;
}
</style>
border-color css
<style>
span { border-color: #62345E; }
span { border-color: rgb(98,52,94); }
td.TdClassName
{
border-color: #62345E;
}
.TagClassName
{
border-color: #62345E;
}
</style>