Shades of Palatinate Purple #62085D
Tints of Palatinate Purple #62085D
RGB
CMYK
RGB Variations
Color information
#62085D (or 0x62085D) is known color: Palatinate Purple. HEX triplet: 62, 08 and 5D. RGB value is (98,8,93). Sum of RGB (Red+Green+Blue) = 98+8+93=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #62085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62085D is #9DF7A2. Grayscale: #2C2C2C. Windows color (decimal): -10352547 or 6096994. OLE color: 6096994.
HSL color Cylindrical-coordinate representation of color #62085D: hue angle of 303.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62085D is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 93 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.62 |
| HSL | 303.33º | 0.85% | 0.21% | - |
| HSV(B) | 303.33º | 0.92% | 0.38% | - |
| XYZ | 7.1 | 3.56 | 10.67 | - |
| YUV | 44.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 93 | 0 | 0.92 | 0.05 | 0.62 | 303.33 | 0.85 | 0.21 |
| Hex | 62 | 8 | 5D | 0 | 5C | 5 | 3E | 12F | 55 | 15 |
| Octal | 142 | 10 | 135 | 0 | 134 | 5 | 76 | 457 | 125 | 25 |
| Binary | 1100010 | 1000 | 1011101 | 0 | 1011100 | 101 | 111110 | 100101111 | 1010101 | 10101 |
Color Harmonies of #62085D
Complementary color
Monochromatic Colors of #62085D
Black with #62085D
Text Example
Text Example
White with #62085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62085D; }
p { color: rgb(98,8,93); }
H1.HeaderClassName
{
color: #62085D;
}
.AnyTagClassName
{
color: #62085D;
}
</style>
background-color css
<style>
a { background-color: #62085D; }
a { background-color: rgb(98,8,93); }
div.DivClassName
{
background-color: #62085D;
}
.BgClassName
{
background-color: #62085D;
}
</style>
border-color css
<style>
span { border-color: #62085D; }
span { border-color: rgb(98,8,93); }
td.TdClassName
{
border-color: #62085D;
}
.TagClassName
{
border-color: #62085D;
}
</style>