Shades of Palatinate Purple #61065B
Tints of Palatinate Purple #61065B
RGB
CMYK
RGB Variations
Color information
#61065B (or 0x61065B) is known color: Palatinate Purple. HEX triplet: 61, 06 and 5B. RGB value is (97,6,91). Sum of RGB (Red+Green+Blue) = 97+6+91=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61065B is #9EF9A4. Grayscale: #2A2A2A. Windows color (decimal): -10418597 or 5965409. OLE color: 5965409.
HSL color Cylindrical-coordinate representation of color #61065B: hue angle of 303.96º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61065B is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 6 | 91 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.62 |
| HSL | 303.96º | 0.88% | 0.2% | - |
| HSV(B) | 303.96º | 0.94% | 0.38% | - |
| XYZ | 6.88 | 3.43 | 10.2 | - |
| YUV | 42.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 91 | 0 | 0.94 | 0.06 | 0.62 | 303.96 | 0.88 | 0.2 |
| Hex | 61 | 6 | 5B | 0 | 5E | 6 | 3E | 130 | 58 | 14 |
| Octal | 141 | 6 | 133 | 0 | 136 | 6 | 76 | 460 | 130 | 24 |
| Binary | 1100001 | 110 | 1011011 | 0 | 1011110 | 110 | 111110 | 100110000 | 1011000 | 10100 |
Color Harmonies of #61065B
Complementary color
Monochromatic Colors of #61065B
Black with #61065B
Text Example
Text Example
White with #61065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61065B; }
p { color: rgb(97,6,91); }
H1.HeaderClassName
{
color: #61065B;
}
.AnyTagClassName
{
color: #61065B;
}
</style>
background-color css
<style>
a { background-color: #61065B; }
a { background-color: rgb(97,6,91); }
div.DivClassName
{
background-color: #61065B;
}
.BgClassName
{
background-color: #61065B;
}
</style>
border-color css
<style>
span { border-color: #61065B; }
span { border-color: rgb(97,6,91); }
td.TdClassName
{
border-color: #61065B;
}
.TagClassName
{
border-color: #61065B;
}
</style>