Shades of Palatinate Purple #61085B
Tints of Palatinate Purple #61085B
RGB
CMYK
RGB Variations
Color information
#61085B (or 0x61085B) is known color: Palatinate Purple. HEX triplet: 61, 08 and 5B. RGB value is (97,8,91). Sum of RGB (Red+Green+Blue) = 97+8+91=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61085B is #9EF7A4. Grayscale: #2B2B2B. Windows color (decimal): -10418085 or 5965921. OLE color: 5965921.
HSL color Cylindrical-coordinate representation of color #61085B: hue angle of 304.04º 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 #61085B is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 8 | 91 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.62 |
| HSL | 304.05º | 0.85% | 0.21% | - |
| HSV(B) | 304.05º | 0.92% | 0.38% | - |
| XYZ | 6.9 | 3.47 | 10.2 | - |
| YUV | 44.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 91 | 0 | 0.92 | 0.06 | 0.62 | 304.05 | 0.85 | 0.21 |
| Hex | 61 | 8 | 5B | 0 | 5C | 6 | 3E | 130 | 55 | 15 |
| Octal | 141 | 10 | 133 | 0 | 134 | 6 | 76 | 460 | 125 | 25 |
| Binary | 1100001 | 1000 | 1011011 | 0 | 1011100 | 110 | 111110 | 100110000 | 1010101 | 10101 |
Color Harmonies of #61085B
Complementary color
Monochromatic Colors of #61085B
Black with #61085B
Text Example
Text Example
White with #61085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61085B; }
p { color: rgb(97,8,91); }
H1.HeaderClassName
{
color: #61085B;
}
.AnyTagClassName
{
color: #61085B;
}
</style>
background-color css
<style>
a { background-color: #61085B; }
a { background-color: rgb(97,8,91); }
div.DivClassName
{
background-color: #61085B;
}
.BgClassName
{
background-color: #61085B;
}
</style>
border-color css
<style>
span { border-color: #61085B; }
span { border-color: rgb(97,8,91); }
td.TdClassName
{
border-color: #61085B;
}
.TagClassName
{
border-color: #61085B;
}
</style>