Shades of Palatinate Purple #62085A
Tints of Palatinate Purple #62085A
RGB
CMYK
RGB Variations
Color information
#62085A (or 0x62085A) is known color: Palatinate Purple. HEX triplet: 62, 08 and 5A. RGB value is (98,8,90). Sum of RGB (Red+Green+Blue) = 98+8+90=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62085A is #9DF7A5. Grayscale: #2C2C2C. Windows color (decimal): -10352550 or 5900386. OLE color: 5900386.
HSL color Cylindrical-coordinate representation of color #62085A: hue angle of 305.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 #62085A is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 8 | 90 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.62 |
| HSL | 305.33º | 0.85% | 0.21% | - |
| HSV(B) | 305.33º | 0.92% | 0.38% | - |
| XYZ | 6.97 | 3.51 | 9.98 | - |
| YUV | 44.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 90 | 0 | 0.92 | 0.08 | 0.62 | 305.33 | 0.85 | 0.21 |
| Hex | 62 | 8 | 5A | 0 | 5C | 8 | 3E | 131 | 55 | 15 |
| Octal | 142 | 10 | 132 | 0 | 134 | 10 | 76 | 461 | 125 | 25 |
| Binary | 1100010 | 1000 | 1011010 | 0 | 1011100 | 1000 | 111110 | 100110001 | 1010101 | 10101 |
Color Harmonies of #62085A
Complementary color
Monochromatic Colors of #62085A
Black with #62085A
Text Example
Text Example
White with #62085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62085A; }
p { color: rgb(98,8,90); }
H1.HeaderClassName
{
color: #62085A;
}
.AnyTagClassName
{
color: #62085A;
}
</style>
background-color css
<style>
a { background-color: #62085A; }
a { background-color: rgb(98,8,90); }
div.DivClassName
{
background-color: #62085A;
}
.BgClassName
{
background-color: #62085A;
}
</style>
border-color css
<style>
span { border-color: #62085A; }
span { border-color: rgb(98,8,90); }
td.TdClassName
{
border-color: #62085A;
}
.TagClassName
{
border-color: #62085A;
}
</style>