Shades of Palatinate Purple #62085C
Tints of Palatinate Purple #62085C
RGB
CMYK
RGB Variations
Color information
#62085C (or 0x62085C) is known color: Palatinate Purple. HEX triplet: 62, 08 and 5C. RGB value is (98,8,92). Sum of RGB (Red+Green+Blue) = 98+8+92=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62085C is #9DF7A3. Grayscale: #2C2C2C. Windows color (decimal): -10352548 or 6031458. OLE color: 6031458.
HSL color Cylindrical-coordinate representation of color #62085C: hue angle of 304º 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 #62085C is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 92 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.62 |
| HSL | 304º | 0.85% | 0.21% | - |
| HSV(B) | 304º | 0.92% | 0.38% | - |
| XYZ | 7.06 | 3.54 | 10.44 | - |
| YUV | 44.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 92 | 0 | 0.92 | 0.06 | 0.62 | 304 | 0.85 | 0.21 |
| Hex | 62 | 8 | 5C | 0 | 5C | 6 | 3E | 130 | 55 | 15 |
| Octal | 142 | 10 | 134 | 0 | 134 | 6 | 76 | 460 | 125 | 25 |
| Binary | 1100010 | 1000 | 1011100 | 0 | 1011100 | 110 | 111110 | 100110000 | 1010101 | 10101 |
Color Harmonies of #62085C
Complementary color
Monochromatic Colors of #62085C
Black with #62085C
Text Example
Text Example
White with #62085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62085C; }
p { color: rgb(98,8,92); }
H1.HeaderClassName
{
color: #62085C;
}
.AnyTagClassName
{
color: #62085C;
}
</style>
background-color css
<style>
a { background-color: #62085C; }
a { background-color: rgb(98,8,92); }
div.DivClassName
{
background-color: #62085C;
}
.BgClassName
{
background-color: #62085C;
}
</style>
border-color css
<style>
span { border-color: #62085C; }
span { border-color: rgb(98,8,92); }
td.TdClassName
{
border-color: #62085C;
}
.TagClassName
{
border-color: #62085C;
}
</style>