Shades of Palatinate Purple #62395A
Tints of Palatinate Purple #62395A
RGB
CMYK
RGB Variations
Color information
#62395A (or 0x62395A) is known color: Palatinate Purple. HEX triplet: 62, 39 and 5A. RGB value is (98,57,90). Sum of RGB (Red+Green+Blue) = 98+57+90=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62395A is #9DC6A5. Grayscale: #484848. Windows color (decimal): -10340006 or 5912930. OLE color: 5912930.
HSL color Cylindrical-coordinate representation of color #62395A: hue angle of 311.71º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62395A is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 57 | 90 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.62 |
| HSL | 311.71º | 0.26% | 0.3% | - |
| HSV(B) | 311.71º | 0.42% | 0.38% | - |
| XYZ | 8.35 | 6.26 | 10.44 | - |
| YUV | 73.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 90 | 0 | 0.42 | 0.08 | 0.62 | 311.71 | 0.26 | 0.3 |
| Hex | 62 | 39 | 5A | 0 | 2A | 8 | 3E | 138 | 1A | 1E |
| Octal | 142 | 71 | 132 | 0 | 52 | 10 | 76 | 470 | 32 | 36 |
| Binary | 1100010 | 111001 | 1011010 | 0 | 101010 | 1000 | 111110 | 100111000 | 11010 | 11110 |
Color Harmonies of #62395A
Complementary color
Monochromatic Colors of #62395A
Black with #62395A
Text Example
Text Example
White with #62395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62395A; }
p { color: rgb(98,57,90); }
H1.HeaderClassName
{
color: #62395A;
}
.AnyTagClassName
{
color: #62395A;
}
</style>
background-color css
<style>
a { background-color: #62395A; }
a { background-color: rgb(98,57,90); }
div.DivClassName
{
background-color: #62395A;
}
.BgClassName
{
background-color: #62395A;
}
</style>
border-color css
<style>
span { border-color: #62395A; }
span { border-color: rgb(98,57,90); }
td.TdClassName
{
border-color: #62395A;
}
.TagClassName
{
border-color: #62395A;
}
</style>